mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-25 14:07:58 +00:00
bd33566206
Signed-off-by: xermicus <cyrill@parity.io>
15 lines
272 B
TOML
15 lines
272 B
TOML
[package]
|
|
name = "lld-sys"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
libc = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
cc = { workspace = true }
|