summaryrefslogtreecommitdiff
path: root/chain/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'chain/Cargo.toml')
-rw-r--r--chain/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/chain/Cargo.toml b/chain/Cargo.toml
index 496f5dd..b17c50d 100644
--- a/chain/Cargo.toml
+++ b/chain/Cargo.toml
@@ -12,6 +12,7 @@ test-print-viz = []
[dependencies]
nfa = { path = "../nfa" }
graph = { path = "../graph" }
+graph_macro = { path = "../graph_macro" }
grammar = { path = "../grammar" }
[dev-dependencies]