diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 14 |
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" | |||
913 | version = "0.1.0" | 913 | version = "0.1.0" |
914 | 914 | ||
915 | [[package]] | 915 | [[package]] |
916 | name = "ra_assists" | ||
917 | version = "0.1.0" | ||
918 | dependencies = [ | ||
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]] | ||
916 | name = "ra_cli" | 929 | name = "ra_cli" |
917 | version = "0.1.0" | 930 | version = "0.1.0" |
918 | dependencies = [ | 931 | dependencies = [ |
@@ -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", |