From 40feacdeb90786b49ea9e0510ba22ff7af79e020 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 31 Jan 2019 21:09:43 +0300 Subject: split macros across crates --- Cargo.lock | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index b48721622..426f4af27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -940,8 +940,9 @@ dependencies = [ "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "ra_arena 0.1.0", "ra_db 0.1.0", - "ra_macros 0.1.0", + "ra_mbe 0.1.0", "ra_syntax 0.1.0", + "ra_tt 0.1.0", "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "test_utils 0.1.0", @@ -1019,9 +1020,10 @@ dependencies = [ ] [[package]] -name = "ra_macros" +name = "ra_mbe" version = "0.1.0" dependencies = [ + "ra_tt 0.1.0", "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1052,6 +1054,14 @@ dependencies = [ "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "ra_tt" +version = "0.1.0" +dependencies = [ + "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "ra_vfs" version = "0.1.0" -- cgit v1.2.3