]> git.lizzy.rs Git - rust.git/blob - src/librustc_llvm/Cargo.toml
Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus
[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 path = "lib.rs"
9
10 [features]
11 static-libstdcpp = []
12 emscripten = []
13
14 [dependencies]
15 libc = "0.2.73"
16
17 [build-dependencies]
18 build_helper = { path = "../build_helper" }
19 cc = "1.0.58"