rust/compiler/rustc_llvm/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
133 B
TOML
Raw Normal View History

[package]
name = "rustc_llvm"
version = "0.0.0"
2021-09-19 16:49:55 +00:00
edition = "2021"
[dependencies]
libc = "0.2.73"
[build-dependencies]
2021-07-13 08:58:50 +00:00
cc = "1.0.69"