redox/recipes/wip/dev/cargo-tools/cargo-audit/recipe.toml
2026-03-12 14:16:12 -03:00

16 lines
317 B
TOML

#TODO camino crate error (after a patch on the ring crate)
[source]
git = "https://github.com/rustsec/rustsec"
shallow_clone = true
[build]
template = "custom"
dependencies = [
"openssl3",
"libssh2",
]
script = """
DYNAMIC_INIT
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
cookbook_cargo_packages cargo-audit
"""