mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 02:28:45 +08:00
10 lines
269 B
TOML
10 lines
269 B
TOML
#TODO not compiled or tested
|
|
#TODO determine how to configure this part of the deployment script: https://github.com/gmatht/easyp/blob/main/deploy.sh#L39
|
|
[source]
|
|
git = "https://github.com/gmatht/easyp-crate"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo
|
|
"""
|