redox/recipes/wip/dev/cargo-tools/cargo-zigbuild/recipe.toml
2026-03-12 14:45:13 -03:00

11 lines
169 B
TOML

#TODO make zig work
[source]
git = "https://github.com/rust-cross/cargo-zigbuild"
shallow_clone = true
[build]
template = "cargo"
[package]
dependencies = [
"zig"
]