]> git.lizzy.rs Git - rust.git/blob - src/librustc_llvm/Cargo.toml
rustc: Load the `rustc_trans` crate at runtime
[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
11 [features]
12 static-libstdcpp = []
13
14 [dependencies]
15 bitflags = "1.0"
16 libc = "0.2"
17 rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
18
19 [build-dependencies]
20 build_helper = { path = "../build_helper" }
21 cc = "1.0.1"