Moved new deps to CLI-only section

This commit is contained in:
David Lattimore 2020-06-30 09:31:45 +10:00
parent 93a91ae9de
commit 867f29559f

View file

@ -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" }