aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock68
1 files changed, 34 insertions, 34 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 095127b99..c95ef002d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -933,9 +933,9 @@ dependencies = [
933 "ra_fmt", 933 "ra_fmt",
934 "ra_hir", 934 "ra_hir",
935 "ra_ide_db", 935 "ra_ide_db",
936 "ra_syntax",
937 "rustc-hash", 936 "rustc-hash",
938 "stdx", 937 "stdx",
938 "syntax",
939 "test_utils", 939 "test_utils",
940 "text_edit", 940 "text_edit",
941] 941]
@@ -945,8 +945,8 @@ name = "ra_cfg"
945version = "0.1.0" 945version = "0.1.0"
946dependencies = [ 946dependencies = [
947 "ra_mbe", 947 "ra_mbe",
948 "ra_syntax",
949 "rustc-hash", 948 "rustc-hash",
949 "syntax",
950 "tt", 950 "tt",
951] 951]
952 952
@@ -956,10 +956,10 @@ version = "0.1.0"
956dependencies = [ 956dependencies = [
957 "profile", 957 "profile",
958 "ra_cfg", 958 "ra_cfg",
959 "ra_syntax",
960 "rustc-hash", 959 "rustc-hash",
961 "salsa", 960 "salsa",
962 "stdx", 961 "stdx",
962 "syntax",
963 "test_utils", 963 "test_utils",
964 "tt", 964 "tt",
965 "vfs", 965 "vfs",
@@ -970,7 +970,7 @@ name = "ra_fmt"
970version = "0.1.0" 970version = "0.1.0"
971dependencies = [ 971dependencies = [
972 "itertools", 972 "itertools",
973 "ra_syntax", 973 "syntax",
974] 974]
975 975
976[[package]] 976[[package]]
@@ -986,9 +986,9 @@ dependencies = [
986 "ra_hir_def", 986 "ra_hir_def",
987 "ra_hir_expand", 987 "ra_hir_expand",
988 "ra_hir_ty", 988 "ra_hir_ty",
989 "ra_syntax",
990 "rustc-hash", 989 "rustc-hash",
991 "stdx", 990 "stdx",
991 "syntax",
992] 992]
993 993
994[[package]] 994[[package]]
@@ -1010,10 +1010,10 @@ dependencies = [
1010 "ra_db", 1010 "ra_db",
1011 "ra_hir_expand", 1011 "ra_hir_expand",
1012 "ra_mbe", 1012 "ra_mbe",
1013 "ra_syntax",
1014 "rustc-hash", 1013 "rustc-hash",
1015 "smallvec", 1014 "smallvec",
1016 "stdx", 1015 "stdx",
1016 "syntax",
1017 "test_utils", 1017 "test_utils",
1018 "tt", 1018 "tt",
1019] 1019]
@@ -1029,8 +1029,8 @@ dependencies = [
1029 "profile", 1029 "profile",
1030 "ra_db", 1030 "ra_db",
1031 "ra_mbe", 1031 "ra_mbe",
1032 "ra_syntax",
1033 "rustc-hash", 1032 "rustc-hash",
1033 "syntax",
1034 "test_utils", 1034 "test_utils",
1035 "tt", 1035 "tt",
1036] 1036]
@@ -1052,11 +1052,11 @@ dependencies = [
1052 "ra_db", 1052 "ra_db",
1053 "ra_hir_def", 1053 "ra_hir_def",
1054 "ra_hir_expand", 1054 "ra_hir_expand",
1055 "ra_syntax",
1056 "rustc-hash", 1055 "rustc-hash",
1057 "scoped-tls", 1056 "scoped-tls",
1058 "smallvec", 1057 "smallvec",
1059 "stdx", 1058 "stdx",
1059 "syntax",
1060 "test_utils", 1060 "test_utils",
1061 "tracing", 1061 "tracing",
1062 "tracing-subscriber", 1062 "tracing-subscriber",
@@ -1081,9 +1081,9 @@ dependencies = [
1081 "ra_hir", 1081 "ra_hir",
1082 "ra_ide_db", 1082 "ra_ide_db",
1083 "ra_ssr", 1083 "ra_ssr",
1084 "ra_syntax",
1085 "rustc-hash", 1084 "rustc-hash",
1086 "stdx", 1085 "stdx",
1086 "syntax",
1087 "test_utils", 1087 "test_utils",
1088 "text_edit", 1088 "text_edit",
1089] 1089]
@@ -1099,10 +1099,10 @@ dependencies = [
1099 "profile", 1099 "profile",
1100 "ra_db", 1100 "ra_db",
1101 "ra_hir", 1101 "ra_hir",
1102 "ra_syntax",
1103 "rayon", 1102 "rayon",
1104 "rustc-hash", 1103 "rustc-hash",
1105 "stdx", 1104 "stdx",
1105 "syntax",
1106 "test_utils", 1106 "test_utils",
1107 "text_edit", 1107 "text_edit",
1108] 1108]
@@ -1113,9 +1113,9 @@ version = "0.1.0"
1113dependencies = [ 1113dependencies = [
1114 "log", 1114 "log",
1115 "parser", 1115 "parser",
1116 "ra_syntax",
1117 "rustc-hash", 1116 "rustc-hash",
1118 "smallvec", 1117 "smallvec",
1118 "syntax",
1119 "test_utils", 1119 "test_utils",
1120 "tt", 1120 "tt",
1121] 1121]
@@ -1176,34 +1176,13 @@ dependencies = [
1176 "ra_db", 1176 "ra_db",
1177 "ra_hir", 1177 "ra_hir",
1178 "ra_ide_db", 1178 "ra_ide_db",
1179 "ra_syntax",
1180 "rustc-hash", 1179 "rustc-hash",
1180 "syntax",
1181 "test_utils", 1181 "test_utils",
1182 "text_edit", 1182 "text_edit",
1183] 1183]
1184 1184
1185[[package]] 1185[[package]]
1186name = "ra_syntax"
1187version = "0.1.0"
1188dependencies = [
1189 "arrayvec",
1190 "expect",
1191 "itertools",
1192 "once_cell",
1193 "parser",
1194 "rayon",
1195 "rowan",
1196 "rustc-ap-rustc_lexer",
1197 "rustc-hash",
1198 "serde",
1199 "smol_str",
1200 "stdx",
1201 "test_utils",
1202 "text_edit",
1203 "walkdir",
1204]
1205
1206[[package]]
1207name = "rayon" 1186name = "rayon"
1208version = "1.3.1" 1187version = "1.3.1"
1209source = "registry+https://github.com/rust-lang/crates.io-index" 1188source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1304,12 +1283,12 @@ dependencies = [
1304 "ra_proc_macro_srv", 1283 "ra_proc_macro_srv",
1305 "ra_project_model", 1284 "ra_project_model",
1306 "ra_ssr", 1285 "ra_ssr",
1307 "ra_syntax",
1308 "rayon", 1286 "rayon",
1309 "rustc-hash", 1287 "rustc-hash",
1310 "serde", 1288 "serde",
1311 "serde_json", 1289 "serde_json",
1312 "stdx", 1290 "stdx",
1291 "syntax",
1313 "test_utils", 1292 "test_utils",
1314 "text_edit", 1293 "text_edit",
1315 "threadpool", 1294 "threadpool",
@@ -1533,6 +1512,27 @@ dependencies = [
1533] 1512]
1534 1513
1535[[package]] 1514[[package]]
1515name = "syntax"
1516version = "0.0.0"
1517dependencies = [
1518 "arrayvec",
1519 "expect",
1520 "itertools",
1521 "once_cell",
1522 "parser",
1523 "rayon",
1524 "rowan",
1525 "rustc-ap-rustc_lexer",
1526 "rustc-hash",
1527 "serde",
1528 "smol_str",
1529 "stdx",
1530 "test_utils",
1531 "text_edit",
1532 "walkdir",
1533]
1534
1535[[package]]
1536name = "termcolor" 1536name = "termcolor"
1537version = "1.1.0" 1537version = "1.1.0"
1538source = "registry+https://github.com/rust-lang/crates.io-index" 1538source = "registry+https://github.com/rust-lang/crates.io-index"