aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5113317b0..d673a58f7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -657,6 +657,22 @@ dependencies = [
657] 657]
658 658
659[[package]] 659[[package]]
660name = "ra_hir"
661version = "0.1.0"
662dependencies = [
663 "id-arena 1.0.2 (git+https://github.com/fitzgen/id-arena/?rev=43ecd67)",
664 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
665 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
666 "ra_db 0.1.0",
667 "ra_editor 0.1.0",
668 "ra_syntax 0.1.0",
669 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
670 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
671 "salsa 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
672 "test_utils 0.1.0",
673]
674
675[[package]]
660name = "ra_lsp_server" 676name = "ra_lsp_server"
661version = "0.1.0" 677version = "0.1.0"
662dependencies = [ 678dependencies = [