]> git.proxmox.com Git - rustc.git/blob - src/librustc_const_eval/Cargo.toml
Imported Upstream version 1.9.0+dfsg1
[rustc.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 log = { path = "../liblog" }
13 serialize = { path = "../libserialize" }
14 rustc = { path = "../librustc" }
15 rustc_back = { path = "../librustc_back" }
16 rustc_const_math = { path = "../librustc_const_math" }
17 syntax = { path = "../libsyntax" }
18 graphviz = { path = "../libgraphviz" }