rust/src/librustc_llvm/Cargo.toml
2019-02-07 03:46:54 +09:00

19 lines
298 B
TOML

[package]
authors = ["The Rust Project Developers"]
name = "rustc_llvm"
version = "0.0.0"
build = "build.rs"
edition = "2018"
[lib]
name = "rustc_llvm"
path = "lib.rs"
[features]
static-libstdcpp = []
emscripten = []
[build-dependencies]
build_helper = { path = "../build_helper" }
cc = "1.0.1"