]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_llvm/Cargo.toml
Rollup merge of #83313 - cjgillot:assert, r=michaelwoerister
[rust.git] / compiler / rustc_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 [features]
8 static-libstdcpp = []
9 emscripten = []
10
11 [dependencies]
12 libc = "0.2.73"
13
14 [build-dependencies]
15 build_helper = { path = "../../src/build_helper" }
16 cc = "1.0.60"