Skip to content

Commit 867f295

Browse files
Moved new deps to CLI-only section
1 parent 93a91ae commit 867f295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/rust-analyzer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ stdx = { path = "../stdx" }
3434
lsp-server = "0.3.3"
3535
flycheck = { path = "../flycheck" }
3636
ra_ide = { path = "../ra_ide" }
37-
ra_ide_db = { path = "../ra_ide_db" }
3837
ra_prof = { path = "../ra_prof" }
3938
ra_project_model = { path = "../ra_project_model" }
40-
ra_ssr = { path = "../ra_ssr" }
4139
ra_syntax = { path = "../ra_syntax" }
4240
ra_text_edit = { path = "../ra_text_edit" }
4341
vfs = { path = "../vfs" }
@@ -47,6 +45,8 @@ ra_toolchain = { path = "../ra_toolchain" }
4745

4846
# This should only be used in CLI
4947
ra_db = { path = "../ra_db" }
48+
ra_ide_db = { path = "../ra_ide_db" }
49+
ra_ssr = { path = "../ra_ssr" }
5050
hir = { path = "../ra_hir", package = "ra_hir" }
5151
hir_def = { path = "../ra_hir_def", package = "ra_hir_def" }
5252
hir_ty = { path = "../ra_hir_ty", package = "ra_hir_ty" }

0 commit comments

Comments
 (0)