rust/src/librustc_trans_utils/Cargo.toml

18 lines
379 B
TOML
Raw Normal View History

[package]
authors = ["The Rust Project Developers"]
name = "rustc_trans_utils"
version = "0.0.0"
[lib]
name = "rustc_trans_utils"
path = "lib.rs"
crate-type = ["dylib"]
test = false
[dependencies]
2017-08-13 11:53:50 -05:00
log = "0.3"
rustc = { path = "../librustc" }
2017-08-13 11:53:50 -05:00
rustc_incremental = { path = "../librustc_incremental" }
syntax = { path = "../libsyntax" }
syntax_pos = { path = "../libsyntax_pos" }