about summary refs log tree commit diff
path: root/compiler/rustc_llvm/Cargo.toml
blob: d8dfcc84e68da444575638816b3ae1ba5a104718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rustc_llvm"
version = "0.0.0"
edition = "2021"

[features]
static-libstdcpp = []
emscripten = []

[dependencies]
libc = "0.2.73"

[build-dependencies]
build_helper = { path = "../../src/build_helper" }
cc = "1.0.69"