diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 0009cdaab..53c2498f1 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -910,6 +910,26 @@ dependencies = [ | |||
910 | ] | 910 | ] |
911 | 911 | ||
912 | [[package]] | 912 | [[package]] |
913 | name = "ra_batch" | ||
914 | version = "0.1.0" | ||
915 | dependencies = [ | ||
916 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
917 | "insta 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
918 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
919 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
920 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
921 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
922 | "ra_db 0.1.0", | ||
923 | "ra_hir 0.1.0", | ||
924 | "ra_syntax 0.1.0", | ||
925 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
926 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
927 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
928 | "test_utils 0.1.0", | ||
929 | "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
930 | ] | ||
931 | |||
932 | [[package]] | ||
913 | name = "ra_cli" | 933 | name = "ra_cli" |
914 | version = "0.1.0" | 934 | version = "0.1.0" |
915 | dependencies = [ | 935 | dependencies = [ |