aboutsummaryrefslogtreecommitdiff
path: root/crates/mbe/Cargo.toml
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2021-01-25 21:15:47 +0000
committerEdwin Cheng <[email protected]>2021-01-25 21:15:47 +0000
commitce4eeec1bf805bd0be95651d38f95340c5b8848a (patch)
treeaff224e96a1ed8b44ee17983a805fe3d8d2855e4 /crates/mbe/Cargo.toml
parent2c735ed734be9b9041921478e0049fffd7160f78 (diff)
Support Macro v2 in mbe
Diffstat (limited to 'crates/mbe/Cargo.toml')
-rw-r--r--crates/mbe/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml
index af80e2be3..43bc10490 100644
--- a/crates/mbe/Cargo.toml
+++ b/crates/mbe/Cargo.toml
@@ -17,6 +17,5 @@ log = "0.4.8"
17syntax = { path = "../syntax", version = "0.0.0" } 17syntax = { 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" }
20
21[dev-dependencies]
22test_utils = { path = "../test_utils" } 20test_utils = { path = "../test_utils" }
21