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