2017-08-05 09:55:23 -05:00
|
|
|
[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"
|
2017-08-05 09:55:23 -05:00
|
|
|
rustc = { path = "../librustc" }
|
2017-08-13 11:53:50 -05:00
|
|
|
rustc_incremental = { path = "../librustc_incremental" }
|
2017-08-05 09:55:23 -05:00
|
|
|
syntax = { path = "../libsyntax" }
|
|
|
|
syntax_pos = { path = "../libsyntax_pos" }
|