blob: 9f2711eec10acb26b7d1e004bbb103e034daa6c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[package]
authors = ["The Rust Project Developers"]
name = "rustc_llvm"
version = "0.0.0"
edition = "2018"
[lib]
name = "rustc_llvm"
path = "lib.rs"
[features]
static-libstdcpp = []
emscripten = []
[dependencies]
libc = "0.2.73"
[build-dependencies]
build_helper = { path = "../build_helper" }
cc = "1.0.58"
|