mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
Moved new deps to CLI-only section
This commit is contained in:
parent
93a91ae9de
commit
867f29559f
1 changed files with 2 additions and 2 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue