]> git.lizzy.rs Git - rust.git/blob - src/librustc_const_eval/Cargo.toml
Auto merge of #43651 - petrochenkov:foreign-life, r=eddyb
[rust.git] / src / librustc_const_eval / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_const_eval"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_const_eval"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]
12 arena = { path = "../libarena" }
13 log = "0.3"
14 rustc = { path = "../librustc" }
15 rustc_back = { path = "../librustc_back" }
16 rustc_const_math = { path = "../librustc_const_math" }
17 rustc_data_structures = { path = "../librustc_data_structures" }
18 rustc_errors = { path = "../librustc_errors" }
19 syntax = { path = "../libsyntax" }
20 syntax_pos = { path = "../libsyntax_pos" }