redox/recipes/wip/dev/cargo-tools/cargo-audit/recipe.toml
2024-06-25 21:23:33 +00:00

15 lines
312 B
TOML

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