aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock15
1 files changed, 15 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3314ef70f..b63b5ae13 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -899,6 +899,20 @@ dependencies = [
899] 899]
900 900
901[[package]] 901[[package]]
902name = "ra_cargo_watch"
903version = "0.1.0"
904dependencies = [
905 "cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
906 "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
907 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
908 "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
909 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
910 "lsp-types 0.67.1 (registry+https://github.com/rust-lang/crates.io-index)",
911 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
912 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
913]
914
915[[package]]
902name = "ra_cfg" 916name = "ra_cfg"
903version = "0.1.0" 917version = "0.1.0"
904dependencies = [ 918dependencies = [
@@ -1059,6 +1073,7 @@ dependencies = [
1059 "lsp-server 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 1073 "lsp-server 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1060 "lsp-types 0.67.1 (registry+https://github.com/rust-lang/crates.io-index)", 1074 "lsp-types 0.67.1 (registry+https://github.com/rust-lang/crates.io-index)",
1061 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", 1075 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
1076 "ra_cargo_watch 0.1.0",
1062 "ra_ide 0.1.0", 1077 "ra_ide 0.1.0",
1063 "ra_prof 0.1.0", 1078 "ra_prof 0.1.0",
1064 "ra_project_model 0.1.0", 1079 "ra_project_model 0.1.0",