]> git.lizzy.rs Git - rust.git/blob - src/rustc/Cargo.toml
rustc: Load the `rustc_trans` crate at runtime
[rust.git] / src / rustc / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc-main"
4 version = "0.0.0"
5
6 [[bin]]
7 name = "rustc"
8 path = "rustc.rs"
9
10 [dependencies]
11 rustc_back = { path = "../librustc_back" }
12 rustc_driver = { path = "../librustc_driver" }
13
14 [features]
15 jemalloc = ["rustc_back/jemalloc"]