redox/recipes/core/findutils/recipe.toml
2026-03-06 00:58:12 +07:00

9 lines
130 B
TOML

[source]
git = "https://gitlab.redox-os.org/redox-os/findutils.git"
[build]
template = "cargo"
cargoflags = [
"--bin find"
]