]> git.lizzy.rs Git - rust.git/blob - src/rustc/Cargo.toml
Fixes doc important trait display on mobile
[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 # All optional dependencies so the features passed to this Cargo.toml select
11 # what should actually be built.
12 [dependencies]
13 rustc_back = { path = "../librustc_back" }
14 rustc_driver = { path = "../librustc_driver" }
15
16 [features]
17 jemalloc = ["rustc_back/jemalloc"]
18 llvm = ["rustc_driver/llvm"]