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 e5499ee..6a1b089 100644
--- a/chain/Cargo.toml
+++ b/chain/Cargo.toml
@@ -14,6 +14,7 @@ nfa = { path = "../nfa" }
graph = { path = "../graph" }
graph_macro = { path = "../graph_macro" }
grammar = { path = "../grammar" }
+forest = { path = "../forest" }
[dev-dependencies]
grammar = { path = "../grammar", features = ["test-helper"] }