From e9cafafbc2108dd91ca687bc8c21bc6a7fe2dfff Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 23 Feb 2019 14:07:29 +0300 Subject: add dependency on the parser --- crates/ra_mbe/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ra_mbe/Cargo.toml') 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"] [dependencies] ra_syntax = { path = "../ra_syntax" } +ra_parser = { path = "../ra_parser" } tt = { path = "../ra_tt", package = "ra_tt" } rustc-hash = "1.0.0" -- cgit v1.2.3