]> git.lizzy.rs Git - rust.git/blob - src/librustc_llvm/Cargo.toml
Auto merge of #65989 - Aaron1011:fix/normalize-param-env, r=nikomatsakis
[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 edition = "2018"
6
7 [lib]
8 name = "rustc_llvm"
9 path = "lib.rs"
10
11 [features]
12 static-libstdcpp = []
13 emscripten = []
14
15 [dependencies]
16 libc = "0.2.73"
17
18 [build-dependencies]
19 build_helper = { path = "../build_helper" }
20 cc = "1.0.58"