mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
11 lines
133 B
TOML
11 lines
133 B
TOML
[package]
|
|
name = "rustc_llvm"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libc = "0.2.73"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0.69"
|