aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b494e8e..d5d3dd7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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",
+]