about summary refs log tree commit diff
path: root/compiler/rustc_llvm/Cargo.toml
blob: e29af0532891f8dee55c7c2b26790fa7904eb4ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"