]> git.proxmox.com Git - rustc.git/blame - src/librustc_const_eval/Cargo.toml
New upstream version 1.12.0+dfsg1
[rustc.git] / src / librustc_const_eval / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
54a0048b 3name = "rustc_const_eval"
7453a54e
SL
4version = "0.0.0"
5
6[lib]
54a0048b 7name = "rustc_const_eval"
7453a54e
SL
8path = "lib.rs"
9crate-type = ["dylib"]
10
11[dependencies]
12log = { path = "../liblog" }
7453a54e 13serialize = { path = "../libserialize" }
54a0048b
SL
14rustc = { path = "../librustc" }
15rustc_back = { path = "../librustc_back" }
16rustc_const_math = { path = "../librustc_const_math" }
5bcae85e 17rustc_errors = { path = "../librustc_errors" }
54a0048b
SL
18syntax = { path = "../libsyntax" }
19graphviz = { path = "../libgraphviz" }
3157f602 20syntax_pos = { path = "../libsyntax_pos" }