aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 10ea55550..3bb1df05b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -928,6 +928,7 @@ dependencies = [
928 "ra_cfg", 928 "ra_cfg",
929 "ra_prof", 929 "ra_prof",
930 "ra_syntax", 930 "ra_syntax",
931 "ra_tt",
931 "relative-path", 932 "relative-path",
932 "rustc-hash", 933 "rustc-hash",
933 "salsa", 934 "salsa",
@@ -1082,6 +1083,13 @@ dependencies = [
1082] 1083]
1083 1084
1084[[package]] 1085[[package]]
1086name = "ra_proc_macro"
1087version = "0.1.0"
1088dependencies = [
1089 "ra_tt",
1090]
1091
1092[[package]]
1085name = "ra_prof" 1093name = "ra_prof"
1086version = "0.1.0" 1094version = "0.1.0"
1087dependencies = [ 1095dependencies = [
@@ -1102,6 +1110,7 @@ dependencies = [
1102 "ra_cargo_watch", 1110 "ra_cargo_watch",
1103 "ra_cfg", 1111 "ra_cfg",
1104 "ra_db", 1112 "ra_db",
1113 "ra_proc_macro",
1105 "rustc-hash", 1114 "rustc-hash",
1106 "serde", 1115 "serde",
1107 "serde_json", 1116 "serde_json",