redox/recipes/wip/dev/cargo-tools/cargo-geiger/recipe.toml
2026-03-12 14:28:30 -03:00

15 lines
283 B
TOML

#TODO camino crate error
[source]
git = "https://github.com/rust-secure-code/cargo-geiger"
shallow_clone = true
[build]
template = "custom"
dependencies = [
"openssl3",
]
script = """
DYNAMIC_INIT
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
cookbook_cargo_packages cargo-geiger
"""