]> git.lizzy.rs Git - rust.git/blob - crates/ra_hir/Cargo.toml
594176337d4b886656bd7977adc865076f80ade6
[rust.git] / crates / ra_hir / Cargo.toml
1 [package]
2 edition = "2018"
3 name = "ra_hir"
4 version = "0.1.0"
5 authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
6
7 [dependencies]
8 arrayvec = "0.4.9"
9 log = "0.4.5"
10 relative-path = "0.4.0"
11 salsa = "0.8.0"
12 rustc-hash = "1.0"
13 parking_lot = "0.6.4"
14 id-arena = "2.0"
15 ra_syntax = { path = "../ra_syntax" }
16 ra_editor = { path = "../ra_editor" }
17 ra_db = { path = "../ra_db" }
18 test_utils = { path = "../test_utils" }
19
20 [dev-dependencies]
21 flexi_logger = "0.10.0"