aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-11-28 00:42:26 +0000
committerAleksey Kladov <[email protected]>2018-11-28 00:42:26 +0000
commit0e4b710af83844f4a7c471c5335c99aaaa25a90c (patch)
treea073635942db7431b93e191aa98201a01e3fc2cd /Cargo.lock
parentf66e5b6e6b6f7b2b899ef4207dfe46655d77334c (diff)
introduce hir crate
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 = [