aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock42
1 files changed, 9 insertions, 33 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 82f910c1b..c22cbca3a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -942,30 +942,6 @@ dependencies = [
942] 942]
943 943
944[[package]] 944[[package]]
945name = "ra_cli"
946version = "0.1.0"
947dependencies = [
948 "anyhow",
949 "crossbeam-channel",
950 "env_logger",
951 "itertools",
952 "log",
953 "pico-args",
954 "ra_db",
955 "ra_hir",
956 "ra_hir_def",
957 "ra_hir_ty",
958 "ra_ide",
959 "ra_prof",
960 "ra_project_model",
961 "ra_syntax",
962 "ra_vfs",
963 "ra_vfs_glob",
964 "rand",
965 "rustc-hash",
966]
967
968[[package]]
969name = "ra_db" 945name = "ra_db"
970version = "0.1.0" 946version = "0.1.0"
971dependencies = [ 947dependencies = [
@@ -1122,22 +1098,30 @@ dependencies = [
1122name = "ra_lsp_server" 1098name = "ra_lsp_server"
1123version = "0.1.0" 1099version = "0.1.0"
1124dependencies = [ 1100dependencies = [
1101 "anyhow",
1125 "crossbeam-channel", 1102 "crossbeam-channel",
1126 "either", 1103 "either",
1127 "env_logger", 1104 "env_logger",
1105 "globset",
1106 "itertools",
1128 "jod-thread", 1107 "jod-thread",
1129 "log", 1108 "log",
1130 "lsp-server", 1109 "lsp-server",
1131 "lsp-types", 1110 "lsp-types",
1132 "parking_lot", 1111 "parking_lot",
1112 "pico-args",
1133 "ra_cargo_watch", 1113 "ra_cargo_watch",
1114 "ra_db",
1115 "ra_hir",
1116 "ra_hir_def",
1117 "ra_hir_ty",
1134 "ra_ide", 1118 "ra_ide",
1135 "ra_prof", 1119 "ra_prof",
1136 "ra_project_model", 1120 "ra_project_model",
1137 "ra_syntax", 1121 "ra_syntax",
1138 "ra_text_edit", 1122 "ra_text_edit",
1139 "ra_vfs", 1123 "ra_vfs",
1140 "ra_vfs_glob", 1124 "rand",
1141 "relative-path", 1125 "relative-path",
1142 "rustc-hash", 1126 "rustc-hash",
1143 "serde", 1127 "serde",
@@ -1244,14 +1228,6 @@ dependencies = [
1244] 1228]
1245 1229
1246[[package]] 1230[[package]]
1247name = "ra_vfs_glob"
1248version = "0.1.0"
1249dependencies = [
1250 "globset",
1251 "ra_vfs",
1252]
1253
1254[[package]]
1255name = "rand" 1231name = "rand"
1256version = "0.7.3" 1232version = "0.7.3"
1257source = "registry+https://github.com/rust-lang/crates.io-index" 1233source = "registry+https://github.com/rust-lang/crates.io-index"