aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ddd508b0a..06117ceaf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -931,6 +931,7 @@ dependencies = [
931 "ra_db 0.1.0", 931 "ra_db 0.1.0",
932 "ra_hir 0.1.0", 932 "ra_hir 0.1.0",
933 "ra_ide_api 0.1.0", 933 "ra_ide_api 0.1.0",
934 "ra_prof 0.1.0",
934 "ra_syntax 0.1.0", 935 "ra_syntax 0.1.0",
935 "tools 0.1.0", 936 "tools 0.1.0",
936] 937]
@@ -970,6 +971,7 @@ dependencies = [
970 "ra_arena 0.1.0", 971 "ra_arena 0.1.0",
971 "ra_db 0.1.0", 972 "ra_db 0.1.0",
972 "ra_mbe 0.1.0", 973 "ra_mbe 0.1.0",
974 "ra_prof 0.1.0",
973 "ra_syntax 0.1.0", 975 "ra_syntax 0.1.0",
974 "ra_tt 0.1.0", 976 "ra_tt 0.1.0",
975 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 977 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1018,6 +1020,7 @@ dependencies = [
1018 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 1020 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1019 "ra_arena 0.1.0", 1021 "ra_arena 0.1.0",
1020 "ra_ide_api 0.1.0", 1022 "ra_ide_api 0.1.0",
1023 "ra_prof 0.1.0",
1021 "ra_project_model 0.1.0", 1024 "ra_project_model 0.1.0",
1022 "ra_syntax 0.1.0", 1025 "ra_syntax 0.1.0",
1023 "ra_text_edit 0.1.0", 1026 "ra_text_edit 0.1.0",
@@ -1051,6 +1054,13 @@ dependencies = [
1051] 1054]
1052 1055
1053[[package]] 1056[[package]]
1057name = "ra_prof"
1058version = "0.1.0"
1059dependencies = [
1060 "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1061]
1062
1063[[package]]
1054name = "ra_project_model" 1064name = "ra_project_model"
1055version = "0.1.0" 1065version = "0.1.0"
1056dependencies = [ 1066dependencies = [