aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 957190fdb..15cd4386c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -913,6 +913,19 @@ name = "ra_arena"
913version = "0.1.0" 913version = "0.1.0"
914 914
915[[package]] 915[[package]]
916name = "ra_assists"
917version = "0.1.0"
918dependencies = [
919 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
920 "ra_db 0.1.0",
921 "ra_hir 0.1.0",
922 "ra_ide_api_light 0.1.0",
923 "ra_syntax 0.1.0",
924 "ra_text_edit 0.1.0",
925 "test_utils 0.1.0",
926]
927
928[[package]]
916name = "ra_cli" 929name = "ra_cli"
917version = "0.1.0" 930version = "0.1.0"
918dependencies = [ 931dependencies = [
@@ -970,6 +983,7 @@ dependencies = [
970 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 983 "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
971 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 984 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
972 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 985 "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
986 "ra_assists 0.1.0",
973 "ra_db 0.1.0", 987 "ra_db 0.1.0",
974 "ra_hir 0.1.0", 988 "ra_hir 0.1.0",
975 "ra_ide_api_light 0.1.0", 989 "ra_ide_api_light 0.1.0",