aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 15 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9c65b39f7..56acb9a30 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1008,7 +1008,6 @@ dependencies = [
1008name = "ra_lsp_server" 1008name = "ra_lsp_server"
1009version = "0.1.0" 1009version = "0.1.0"
1010dependencies = [ 1010dependencies = [
1011 "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1012 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", 1011 "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1013 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 1012 "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1014 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", 1013 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1021,6 +1020,7 @@ dependencies = [
1021 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1020 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1022 "ra_arena 0.1.0", 1021 "ra_arena 0.1.0",
1023 "ra_ide_api 0.1.0", 1022 "ra_ide_api 0.1.0",
1023 "ra_project_model 0.1.0",
1024 "ra_syntax 0.1.0", 1024 "ra_syntax 0.1.0",
1025 "ra_text_edit 0.1.0", 1025 "ra_text_edit 0.1.0",
1026 "ra_vfs 0.1.0", 1026 "ra_vfs 0.1.0",
@@ -1046,6 +1046,20 @@ dependencies = [
1046] 1046]
1047 1047
1048[[package]] 1048[[package]]
1049name = "ra_project_model"
1050version = "0.1.0"
1051dependencies = [
1052 "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1053 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1054 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1055 "ra_arena 0.1.0",
1056 "ra_db 0.1.0",
1057 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1058 "test_utils 0.1.0",
1059 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1060]
1061
1062[[package]]
1049name = "ra_syntax" 1063name = "ra_syntax"
1050version = "0.1.0" 1064version = "0.1.0"
1051dependencies = [ 1065dependencies = [