rust/compiler/rustc_llvm/Cargo.toml
Chris Denton e238ee31d4
Update cc
Recent commits to cc have helped to address #83043 and #43468
2021-05-24 23:34:12 +01:00

16 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.68"