From 2f45cfc415626cfae5cba89c88a25fb3225486f7 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 13 Aug 2020 10:08:11 +0200 Subject: Rename ra_mbe -> mbe --- crates/mbe/Cargo.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 crates/mbe/Cargo.toml (limited to 'crates/mbe/Cargo.toml') diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml new file mode 100644 index 000000000..1aba8b7c4 --- /dev/null +++ b/crates/mbe/Cargo.toml @@ -0,0 +1,21 @@ +[package] +name = "mbe" +version = "0.0.0" +license = "MIT OR Apache-2.0" +authors = ["rust-analyzer developers"] +edition = "2018" + +[lib] +doctest = false + +[dependencies] +rustc-hash = "1.1.0" +smallvec = "1.2.0" +log = "0.4.8" + +syntax = { path = "../syntax" } +parser = { path = "../parser" } +tt = { path = "../tt" } + +[dev-dependencies] +test_utils = { path = "../test_utils" } -- cgit v1.2.3