summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d9cd8e1..f57c417 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,11 @@
1[workspace] 1[workspace]
2 2
3resolver = "2"
3members = [ 4members = [
4 "tree-viz" 5 "tree-viz",
6 "scope-graph",
7 "stag",
8]
9exclude = [
10 "tree-sitter-graph"
5] 11]