From 867f29559f0f49bb19ff4625e4bd59b278474bde Mon Sep 17 00:00:00 2001 From: David Lattimore Date: Tue, 30 Jun 2020 09:31:45 +1000 Subject: Moved new deps to CLI-only section --- crates/rust-analyzer/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates') diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml index 97d9bf5d4..803755106 100644 --- a/crates/rust-analyzer/Cargo.toml +++ b/crates/rust-analyzer/Cargo.toml @@ -34,10 +34,8 @@ stdx = { path = "../stdx" } lsp-server = "0.3.3" flycheck = { path = "../flycheck" } ra_ide = { path = "../ra_ide" } -ra_ide_db = { path = "../ra_ide_db" } ra_prof = { path = "../ra_prof" } ra_project_model = { path = "../ra_project_model" } -ra_ssr = { path = "../ra_ssr" } ra_syntax = { path = "../ra_syntax" } ra_text_edit = { path = "../ra_text_edit" } vfs = { path = "../vfs" } @@ -47,6 +45,8 @@ ra_toolchain = { path = "../ra_toolchain" } # This should only be used in CLI ra_db = { path = "../ra_db" } +ra_ide_db = { path = "../ra_ide_db" } +ra_ssr = { path = "../ra_ssr" } hir = { path = "../ra_hir", package = "ra_hir" } hir_def = { path = "../ra_hir_def", package = "ra_hir_def" } hir_ty = { path = "../ra_hir_ty", package = "ra_hir_ty" } -- cgit v1.2.3