aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock40
1 files changed, 20 insertions, 20 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5f7b85b05..89d0a60ec 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -939,6 +939,25 @@ dependencies = [
939] 939]
940 940
941[[package]] 941[[package]]
942name = "project_model"
943version = "0.0.0"
944dependencies = [
945 "anyhow",
946 "arena",
947 "cargo_metadata",
948 "cfg",
949 "log",
950 "paths",
951 "ra_db",
952 "ra_proc_macro",
953 "rustc-hash",
954 "serde",
955 "serde_json",
956 "stdx",
957 "toolchain",
958]
959
960[[package]]
942name = "quote" 961name = "quote"
943version = "1.0.7" 962version = "1.0.7"
944source = "registry+https://github.com/rust-lang/crates.io-index" 963source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1125,25 +1144,6 @@ dependencies = [
1125] 1144]
1126 1145
1127[[package]] 1146[[package]]
1128name = "ra_project_model"
1129version = "0.1.0"
1130dependencies = [
1131 "anyhow",
1132 "arena",
1133 "cargo_metadata",
1134 "cfg",
1135 "log",
1136 "paths",
1137 "ra_db",
1138 "ra_proc_macro",
1139 "rustc-hash",
1140 "serde",
1141 "serde_json",
1142 "stdx",
1143 "toolchain",
1144]
1145
1146[[package]]
1147name = "ra_ssr" 1147name = "ra_ssr"
1148version = "0.1.0" 1148version = "0.1.0"
1149dependencies = [ 1149dependencies = [
@@ -1247,13 +1247,13 @@ dependencies = [
1247 "pico-args", 1247 "pico-args",
1248 "proc_macro_srv", 1248 "proc_macro_srv",
1249 "profile", 1249 "profile",
1250 "project_model",
1250 "ra_db", 1251 "ra_db",
1251 "ra_hir", 1252 "ra_hir",
1252 "ra_hir_def", 1253 "ra_hir_def",
1253 "ra_hir_ty", 1254 "ra_hir_ty",
1254 "ra_ide", 1255 "ra_ide",
1255 "ra_ide_db", 1256 "ra_ide_db",
1256 "ra_project_model",
1257 "ra_ssr", 1257 "ra_ssr",
1258 "rayon", 1258 "rayon",
1259 "rustc-hash", 1259 "rustc-hash",