summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_llvm/Cargo.toml
blob: 34556df3c6d79e67e5004afbfdba234751caca68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rustc_llvm"
version = "0.0.0"
edition = "2021"

[features]
static-libstdcpp = []
emscripten = []

[dependencies]
libc = "0.2.73"

[build-dependencies]
cc = "1.0.69"