summaryrefslogtreecommitdiff
path: root/nfa/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nfa/Cargo.toml')
-rw-r--r--nfa/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/nfa/Cargo.toml b/nfa/Cargo.toml
index b1387b6..7f48760 100644
--- a/nfa/Cargo.toml
+++ b/nfa/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
graph = { path = "../graph", optional = true }
+receme = { path = "../receme" }
[features]
default = ["default-graph"]