aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-02-23 11:07:29 +0000
committerAleksey Kladov <[email protected]>2019-02-23 13:55:18 +0000
commite9cafafbc2108dd91ca687bc8c21bc6a7fe2dfff (patch)
treeab8bda9fb8add5aa2edf0887b526755efdace88d /crates/ra_mbe/Cargo.toml
parent60373aa5047b350cd12fb1fa3c03f49b77d2448d (diff)
add dependency on the parser
Diffstat (limited to 'crates/ra_mbe/Cargo.toml')
-rw-r--r--crates/ra_mbe/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_mbe/Cargo.toml b/crates/ra_mbe/Cargo.toml
index e7b8660e7..6e785f570 100644
--- a/crates/ra_mbe/Cargo.toml
+++ b/crates/ra_mbe/Cargo.toml
@@ -6,6 +6,7 @@ authors = ["rust-analyzer developers"]
6 6
7[dependencies] 7[dependencies]
8ra_syntax = { path = "../ra_syntax" } 8ra_syntax = { path = "../ra_syntax" }
9ra_parser = { path = "../ra_parser" }
9tt = { path = "../ra_tt", package = "ra_tt" } 10tt = { path = "../ra_tt", package = "ra_tt" }
10 11
11rustc-hash = "1.0.0" 12rustc-hash = "1.0.0"