mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-25 16:27:57 +00:00
16 lines
307 B
TOML
16 lines
307 B
TOML
[package]
|
|
name = "lld-sys"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
authors.workspace = true
|
|
build = "build.rs"
|
|
description = "bindings for ld.lld core"
|
|
|
|
[dependencies]
|
|
libc = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
cc = { workspace = true }
|