mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-03 23:40:25 +00:00
15 lines
183 B
TOML
15 lines
183 B
TOML
[package]
|
|
name = "rustc_llvm"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
static-libstdcpp = []
|
|
emscripten = []
|
|
|
|
[dependencies]
|
|
libc = "0.2.73"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0.69"
|