mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
17 lines
276 B
TOML
17 lines
276 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "rustc_llvm"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
[features]
|
|
static-libstdcpp = []
|
|
emscripten = []
|
|
|
|
[dependencies]
|
|
libc = "0.2.73"
|
|
|
|
[build-dependencies]
|
|
build_helper = { path = "../../src/build_helper" }
|
|
cc = "1.0.60"
|