]> git.proxmox.com Git - rustc.git/blame - src/librustc_llvm/Cargo.toml
New upstream version 1.41.1+dfsg1
[rustc.git] / src / librustc_llvm / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
3name = "rustc_llvm"
4version = "0.0.0"
5build = "build.rs"
9fa01778 6edition = "2018"
7453a54e
SL
7
8[lib]
9name = "rustc_llvm"
10path = "lib.rs"
7453a54e
SL
11
12[features]
13static-libstdcpp = []
2c00a5a8 14emscripten = []
7453a54e 15
60c5eb7d
XL
16[dependencies]
17libc = "0.2"
18
7453a54e
SL
19[build-dependencies]
20build_helper = { path = "../build_helper" }
abe05a73 21cc = "1.0.1"