aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe/Cargo.toml
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2021-02-01 20:42:37 +0000
committerEdwin Cheng <[email protected]>2021-02-28 16:11:14 +0000
commitcff2201c30bda7b346e3b47875d95a2cf9cafaa3 (patch)
treed1ea4c44ec6f1e609e4f99c77646cd639430a74b /crates/mbe/Cargo.toml
parent7f57a01b3d524a5ed85a30265b8aee2c81118f15 (diff)
NFA parser for mbe matcher
Diffstat (limited to 'crates/mbe/Cargo.toml')
-rw-r--r--crates/mbe/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml
index 0abba3584..46f11ad38 100644
--- a/crates/mbe/Cargo.toml
+++ b/crates/mbe/Cargo.toml
@@ -18,6 +18,7 @@ syntax = { path = "../syntax", version = "0.0.0" }
18parser = { path = "../parser", version = "0.0.0" } 18parser = { path = "../parser", version = "0.0.0" }
19tt = { path = "../tt", version = "0.0.0" } 19tt = { path = "../tt", version = "0.0.0" }
20test_utils = { path = "../test_utils", version = "0.0.0" } 20test_utils = { path = "../test_utils", version = "0.0.0" }
21stdx = { path = "../stdx", version = "0.0.0" }
21 22
22[dev-dependencies] 23[dev-dependencies]
23profile = { path = "../profile", version = "0.0.0" } 24profile = { path = "../profile", version = "0.0.0" }