mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
10 lines
229 B
TOML
10 lines
229 B
TOML
#TODO compiled but not tested (after cargo update)
|
|
#TODO add a command to properly move the executable
|
|
[source]
|
|
git = "https://github.com/r-zenine/sam"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo_packages sam-cli
|
|
"""
|