]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_llvm/Cargo.toml
Rollup merge of #106836 - ibraheemdev:sync-sender-spin, r=Amanieu
[rust.git] / compiler / rustc_llvm / Cargo.toml
1 [package]
2 name = "rustc_llvm"
3 version = "0.0.0"
4 edition = "2021"
5
6 [features]
7 static-libstdcpp = []
8 emscripten = []
9
10 [dependencies]
11 libc = "0.2.73"
12
13 [build-dependencies]
14 cc = "1.0.69"