diff options
author | Edwin Cheng <[email protected]> | 2021-01-25 21:15:47 +0000 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2021-01-25 21:15:47 +0000 |
commit | ce4eeec1bf805bd0be95651d38f95340c5b8848a (patch) | |
tree | aff224e96a1ed8b44ee17983a805fe3d8d2855e4 /crates/mbe/Cargo.toml | |
parent | 2c735ed734be9b9041921478e0049fffd7160f78 (diff) |
Support Macro v2 in mbe
Diffstat (limited to 'crates/mbe/Cargo.toml')
-rw-r--r-- | crates/mbe/Cargo.toml | 3 |
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" | |||
17 | syntax = { path = "../syntax", version = "0.0.0" } | 17 | syntax = { path = "../syntax", version = "0.0.0" } |
18 | parser = { path = "../parser", version = "0.0.0" } | 18 | parser = { path = "../parser", version = "0.0.0" } |
19 | tt = { path = "../tt", version = "0.0.0" } | 19 | tt = { path = "../tt", version = "0.0.0" } |
20 | |||
21 | [dev-dependencies] | ||
22 | test_utils = { path = "../test_utils" } | 20 | test_utils = { path = "../test_utils" } |
21 | |||