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, 0 insertions, 1 deletions
diff --git a/chain/Cargo.toml b/chain/Cargo.toml
index c55586d..496f5dd 100644
--- a/chain/Cargo.toml
+++ b/chain/Cargo.toml
@@ -13,7 +13,6 @@ test-print-viz = []
nfa = { path = "../nfa" }
graph = { path = "../graph" }
grammar = { path = "../grammar" }
-forest = { path = "../forest" }
[dev-dependencies]
grammar = { path = "../grammar", features = ["test-helper"] }