diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -12,3 +12,11 @@ serde_json = "1.0.56" tempfile = "3.1.0" thiserror = "1.0.20" url = "2.1.1" + +github-suggestion-config = { path = "github-suggestion-config" } + + +[workspace] +members = [ + "github-suggestion-config", +] |