2015-11-19 15:20:12 -08:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
name = "rustc-main"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[bin]]
|
2018-05-11 21:30:02 -06:00
|
|
|
name = "rustc_binary"
|
2015-11-19 15:20:12 -08:00
|
|
|
path = "rustc.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2017-12-08 21:18:21 +02:00
|
|
|
rustc_target = { path = "../librustc_target" }
|
2015-11-19 15:20:12 -08:00
|
|
|
rustc_driver = { path = "../librustc_driver" }
|
|
|
|
|
|
|
|
[features]
|
2017-12-08 21:18:21 +02:00
|
|
|
jemalloc = ["rustc_target/jemalloc"]
|