mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 16:48:45 +08:00
9 lines
183 B
TOML
9 lines
183 B
TOML
#TODO require a command to move the binary
|
|
[source]
|
|
git = "https://github.com/steganogram/stegano-rs"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo_packages stegano-cli
|
|
"""
|