]> git.lizzy.rs Git - rust.git/blob - src/librustc_llvm/Cargo.toml
Move some const-eval `build-pass` tests to `check-pass`
[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 edition = "2018"
7
8 [lib]
9 name = "rustc_llvm"
10 path = "lib.rs"
11
12 [features]
13 static-libstdcpp = []
14 emscripten = []
15
16 [dependencies]
17 libc = "0.2"
18
19 [build-dependencies]
20 build_helper = { path = "../build_helper" }
21 cc = "1.0.1"