]> git.lizzy.rs Git - rust.git/blob - crates/ra_hir_expand/Cargo.toml
Replace `ra_hir_expand::either` with crate
[rust.git] / crates / ra_hir_expand / Cargo.toml
1 [package]
2 edition = "2018"
3 name = "ra_hir_expand"
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 either = "1.5"
13
14 ra_arena = { path = "../ra_arena" }
15 ra_db = { path = "../ra_db" }
16 ra_syntax = { path = "../ra_syntax" }
17 ra_parser = { path = "../ra_parser" }
18 ra_prof = { path = "../ra_prof" }
19 tt = { path = "../ra_tt", package = "ra_tt" }
20 mbe = { path = "../ra_mbe", package = "ra_mbe" }