rust/src/librustc_passes/Cargo.toml

16 lines
318 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_front = { path = "../librustc_front" }
syntax = { path = "../libsyntax" }