redox/recipes/wip/archives/unzrip/recipe.toml
2026-01-29 10:51:51 -03:00

10 lines
173 B
TOML

#TODO make zstd work (after cargo update)
[source]
git = "https://github.com/quininer/unzrip"
shallow_clone = true
[build]
template = "cargo"
dependencies = [
"zstd",
]