mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
10 lines
206 B
TOML
10 lines
206 B
TOML
#TODO add a command to properly move the executable
|
|
#TODO compiled but not tested
|
|
[source]
|
|
git = "https://github.com/bmwill/diffy"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo_packages diffy
|
|
"""
|