]> git.lizzy.rs Git - rust.git/blob - crates/ra_hir/Cargo.toml
Replace `ra_hir_expand::either` with crate
[rust.git] / crates / ra_hir / Cargo.toml
1 [package]
2 edition = "2018"
3 name = "ra_hir"
4 version = "0.1.0"
5 authors = ["rust-analyzer developers"]
6
7 [lib]
8 doctest = false
9
10 [dependencies]
11 log = "0.4.5"
12 rustc-hash = "1.0"
13 either = "1.5"
14
15 ra_syntax = { path = "../ra_syntax" }
16 ra_db = { path = "../ra_db" }
17 hir_expand = { path = "../ra_hir_expand", package = "ra_hir_expand" }
18 hir_def = { path = "../ra_hir_def", package = "ra_hir_def" }
19 hir_ty = { path = "../ra_hir_ty", package = "ra_hir_ty" }