mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
15 lines
233 B
TOML
15 lines
233 B
TOML
[package]
|
|
name = "rustc_llvm"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
libc = "0.2.73"
|
|
# tidy-alphabetical-end
|
|
|
|
[build-dependencies]
|
|
# tidy-alphabetical-start
|
|
cc = "1.0.97"
|
|
# tidy-alphabetical-end
|