aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSergey Parilin <[email protected]>2019-03-22 12:54:26 +0000
committerSergey Parilin <[email protected]>2019-03-25 08:41:21 +0000
commit36cb58f76d702d87f445ee7eefe26a0bc1ee3811 (patch)
treea13de9e2de33ec86524d360acaa0793540363c2f /Cargo.lock
parentafe96b75eae99fe2dcd7fb7c99e15507290b3d5f (diff)
structure moved to ra_ide_api
ra_ide_api_light removed completely
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock18
1 files changed, 0 insertions, 18 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1b5de271e..653eaa6c2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -929,7 +929,6 @@ dependencies = [
929 "ra_db 0.1.0", 929 "ra_db 0.1.0",
930 "ra_hir 0.1.0", 930 "ra_hir 0.1.0",
931 "ra_ide_api 0.1.0", 931 "ra_ide_api 0.1.0",
932 "ra_ide_api_light 0.1.0",
933 "ra_syntax 0.1.0", 932 "ra_syntax 0.1.0",
934 "tools 0.1.0", 933 "tools 0.1.0",
935] 934]
@@ -993,7 +992,6 @@ dependencies = [
993 "ra_db 0.1.0", 992 "ra_db 0.1.0",
994 "ra_fmt 0.1.0", 993 "ra_fmt 0.1.0",
995 "ra_hir 0.1.0", 994 "ra_hir 0.1.0",
996 "ra_ide_api_light 0.1.0",
997 "ra_syntax 0.1.0", 995 "ra_syntax 0.1.0",
998 "ra_text_edit 0.1.0", 996 "ra_text_edit 0.1.0",
999 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 997 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1005,22 +1003,6 @@ dependencies = [
1005] 1003]
1006 1004
1007[[package]] 1005[[package]]
1008name = "ra_ide_api_light"
1009version = "0.1.0"
1010dependencies = [
1011 "insta 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1012 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1013 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1014 "proptest 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
1015 "ra_fmt 0.1.0",
1016 "ra_syntax 0.1.0",
1017 "ra_text_edit 0.1.0",
1018 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1019 "superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1020 "test_utils 0.1.0",
1021]
1022
1023[[package]]
1024name = "ra_lsp_server" 1006name = "ra_lsp_server"
1025version = "0.1.0" 1007version = "0.1.0"
1026dependencies = [ 1008dependencies = [