From 0c5fd8f7cbf04eda763e55bc9a38dad5f7ec917d Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 3 Feb 2019 21:26:35 +0300 Subject: move assists to a separate crate --- Cargo.lock | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 957190fdb..15cd4386c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -912,6 +912,19 @@ dependencies = [ name = "ra_arena" version = "0.1.0" +[[package]] +name = "ra_assists" +version = "0.1.0" +dependencies = [ + "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ra_db 0.1.0", + "ra_hir 0.1.0", + "ra_ide_api_light 0.1.0", + "ra_syntax 0.1.0", + "ra_text_edit 0.1.0", + "test_utils 0.1.0", +] + [[package]] name = "ra_cli" version = "0.1.0" @@ -970,6 +983,7 @@ dependencies = [ "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "ra_assists 0.1.0", "ra_db 0.1.0", "ra_hir 0.1.0", "ra_ide_api_light 0.1.0", -- cgit v1.2.3