]> git.lizzy.rs Git - rust.git/blob - src/librustc_llvm/Cargo.toml
Improve how warnings are displayed
[rust.git] / src / librustc_llvm / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_llvm"
4 version = "0.0.0"
5 build = "build.rs"
6
7 [lib]
8 name = "rustc_llvm"
9 path = "lib.rs"
10 crate-type = ["dylib"]
11
12 [features]
13 static-libstdcpp = []
14
15 [dependencies]
16 rustc_bitflags = { path = "../librustc_bitflags" }
17
18 [build-dependencies]
19 build_helper = { path = "../build_helper" }
20 gcc = "0.3.50"