mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
9 lines
130 B
TOML
9 lines
130 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/findutils.git"
|
|
|
|
[build]
|
|
template = "cargo"
|
|
cargoflags = [
|
|
"--bin find"
|
|
]
|