aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock31
1 files changed, 31 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1aa121030..3ddf01dbf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1138,6 +1138,37 @@ dependencies = [
1138 "ra_db", 1138 "ra_db",
1139 "ra_fmt", 1139 "ra_fmt",
1140 "ra_hir", 1140 "ra_hir",
1141 "ra_ide_db",
1142 "ra_prof",
1143 "ra_syntax",
1144 "ra_text_edit",
1145 "rand 0.7.3",
1146 "rayon",
1147 "rustc-hash",
1148 "superslice",
1149 "test_utils",
1150 "unicase",
1151]
1152
1153[[package]]
1154name = "ra_ide_db"
1155version = "0.1.0"
1156dependencies = [
1157 "either",
1158 "format-buf",
1159 "fst",
1160 "indexmap",
1161 "insta",
1162 "itertools",
1163 "join_to_string",
1164 "log",
1165 "once_cell",
1166 "proptest",
1167 "ra_assists",
1168 "ra_cfg",
1169 "ra_db",
1170 "ra_fmt",
1171 "ra_hir",
1141 "ra_prof", 1172 "ra_prof",
1142 "ra_syntax", 1173 "ra_syntax",
1143 "ra_text_edit", 1174 "ra_text_edit",