]> git.lizzy.rs Git - rust.git/blob - src/librustc_resolve/Cargo.toml
Rollup merge of #56881 - Amanieu:ordering_eq, r=alexcrichton
[rust.git] / src / librustc_resolve / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_resolve"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_resolve"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10 test = false
11
12 [dependencies]
13 bitflags = "1.0"
14 log = "0.4"
15 syntax = { path = "../libsyntax" }
16 rustc = { path = "../librustc" }
17 arena = { path = "../libarena" }
18 rustc_errors = { path = "../librustc_errors" }
19 syntax_pos = { path = "../libsyntax_pos" }
20 rustc_data_structures = { path = "../librustc_data_structures" }
21 rustc_metadata = { path = "../librustc_metadata" }