mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
14 lines
226 B
TOML
14 lines
226 B
TOML
#TODO cargo-util crate error
|
|
[source]
|
|
git = "https://github.com/trailofbits/dylint"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cargo"
|
|
cargopackages = [
|
|
"cargo-dylint",
|
|
"dylint-link",
|
|
]
|
|
dependencies = [
|
|
"openssl3",
|
|
]
|