From 0e4b710af83844f4a7c471c5335c99aaaa25a90c Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 28 Nov 2018 03:42:26 +0300 Subject: introduce hir crate --- Cargo.lock | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 5113317b0..d673a58f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -656,6 +656,22 @@ dependencies = [ "test_utils 0.1.0", ] +[[package]] +name = "ra_hir" +version = "0.1.0" +dependencies = [ + "id-arena 1.0.2 (git+https://github.com/fitzgen/id-arena/?rev=43ecd67)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "ra_db 0.1.0", + "ra_editor 0.1.0", + "ra_syntax 0.1.0", + "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "salsa 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "test_utils 0.1.0", +] + [[package]] name = "ra_lsp_server" version = "0.1.0" -- cgit v1.2.3