mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
9 lines
140 B
TOML
9 lines
140 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/findutils.git"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo --bin find
|
|
"""
|