aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-18 11:33:16 +0000
committerAleksey Kladov <[email protected]>2020-02-18 11:33:16 +0000
commitc0fa5e2246457df10e92c2e11c971f2f40921793 (patch)
tree323d890c830b14c222113fa8617070c3b1fde3d2 /Cargo.lock
parent4d307ff8024c8d2d533bc3ab7aac1d63ca5c5977 (diff)
Rename the binary to rust-analyzer
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock76
1 files changed, 38 insertions, 38 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c22cbca3a..c10d72aa4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1095,44 +1095,6 @@ dependencies = [
1095] 1095]
1096 1096
1097[[package]] 1097[[package]]
1098name = "ra_lsp_server"
1099version = "0.1.0"
1100dependencies = [
1101 "anyhow",
1102 "crossbeam-channel",
1103 "either",
1104 "env_logger",
1105 "globset",
1106 "itertools",
1107 "jod-thread",
1108 "log",
1109 "lsp-server",
1110 "lsp-types",
1111 "parking_lot",
1112 "pico-args",
1113 "ra_cargo_watch",
1114 "ra_db",
1115 "ra_hir",
1116 "ra_hir_def",
1117 "ra_hir_ty",
1118 "ra_ide",
1119 "ra_prof",
1120 "ra_project_model",
1121 "ra_syntax",
1122 "ra_text_edit",
1123 "ra_vfs",
1124 "rand",
1125 "relative-path",
1126 "rustc-hash",
1127 "serde",
1128 "serde_json",
1129 "tempfile",
1130 "test_utils",
1131 "threadpool",
1132 "winapi 0.3.8",
1133]
1134
1135[[package]]
1136name = "ra_mbe" 1098name = "ra_mbe"
1137version = "0.1.0" 1099version = "0.1.0"
1138dependencies = [ 1100dependencies = [
@@ -1354,6 +1316,44 @@ dependencies = [
1354] 1316]
1355 1317
1356[[package]] 1318[[package]]
1319name = "rust-analyzer"
1320version = "0.1.0"
1321dependencies = [
1322 "anyhow",
1323 "crossbeam-channel",
1324 "either",
1325 "env_logger",
1326 "globset",
1327 "itertools",
1328 "jod-thread",
1329 "log",
1330 "lsp-server",
1331 "lsp-types",
1332 "parking_lot",
1333 "pico-args",
1334 "ra_cargo_watch",
1335 "ra_db",
1336 "ra_hir",
1337 "ra_hir_def",
1338 "ra_hir_ty",
1339 "ra_ide",
1340 "ra_prof",
1341 "ra_project_model",
1342 "ra_syntax",
1343 "ra_text_edit",
1344 "ra_vfs",
1345 "rand",
1346 "relative-path",
1347 "rustc-hash",
1348 "serde",
1349 "serde_json",
1350 "tempfile",
1351 "test_utils",
1352 "threadpool",
1353 "winapi 0.3.8",
1354]
1355
1356[[package]]
1357name = "rustc-demangle" 1357name = "rustc-demangle"
1358version = "0.1.16" 1358version = "0.1.16"
1359source = "registry+https://github.com/rust-lang/crates.io-index" 1359source = "registry+https://github.com/rust-lang/crates.io-index"