rust/src/librustc_passes/Cargo.toml

17 lines
383 B
TOML
Raw Normal View History

[package]
authors = ["The Rust Project Developers"]
name = "rustc_passes"
version = "0.0.0"
[lib]
name = "rustc_passes"
path = "lib.rs"
crate-type = ["dylib"]
[dependencies]
log = { path = "../liblog" }
rustc = { path = "../librustc" }
rustc_const_eval = { path = "../librustc_const_eval" }
2016-04-27 10:47:46 +02:00
rustc_const_math = { path = "../librustc_const_math" }
syntax = { path = "../libsyntax" }