]> git.lizzy.rs Git - rust.git/blob - src/librustc_traits/Cargo.toml
Auto merge of #63177 - MOZGIII:find-result, r=Amanieu
[rust.git] / src / librustc_traits / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_traits"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "rustc_traits"
9 path = "lib.rs"
10
11 [dependencies]
12 log = { version = "0.4" }
13 rustc = { path = "../librustc" }
14 rustc_data_structures = { path = "../librustc_data_structures" }
15 rustc_macros = { path = "../librustc_macros" }
16 rustc_target = { path = "../librustc_target" }
17 syntax = { path = "../libsyntax" }
18 rustc_span = { path = "../librustc_span" }
19 chalk-engine = { version = "0.9.0", default-features=false }
20 smallvec = { version = "1.0", features = ["union", "may_dangle"] }