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.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/crates/ra_mbe/Cargo.toml b/crates/ra_mbe/Cargo.toml
new file mode 100644
index 000000000..b7f03cd38
--- /dev/null
+++ b/crates/ra_mbe/Cargo.toml
@@ -0,0 +1,10 @@
1[package]
2edition = "2018"
3name = "ra_mbe"
4version = "0.1.0"
5authors = ["Aleksey Kladov <[email protected]>"]
6
7[dependencies]
8tt = { path = "../ra_tt", package = "ra_tt" }
9rustc-hash = "1.0.0"
10smol_str = "0.1.9"