aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_mbe/Cargo.toml')
-rw-r--r--crates/ra_mbe/Cargo.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/crates/ra_mbe/Cargo.toml b/crates/ra_mbe/Cargo.toml
deleted file mode 100644
index 4a4be65eb..000000000
--- a/crates/ra_mbe/Cargo.toml
+++ /dev/null
@@ -1,20 +0,0 @@
1[package]
2edition = "2018"
3name = "ra_mbe"
4version = "0.1.0"
5authors = ["rust-analyzer developers"]
6license = "MIT OR Apache-2.0"
7
8[lib]
9doctest = false
10
11[dependencies]
12syntax = { path = "../syntax" }
13parser = { path = "../parser" }
14tt = { path = "../tt" }
15rustc-hash = "1.1.0"
16smallvec = "1.2.0"
17log = "0.4.8"
18
19[dev-dependencies]
20test_utils = { path = "../test_utils" }