mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
10 lines
235 B
TOML
10 lines
235 B
TOML
#TODO missing script to properly move the binary
|
|
[source]
|
|
git = "https://github.com/rust-diplomat/diplomat"
|
|
rev = "01bfb4bc53211e1c2a5ea58f64205c3a06727f7d"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo_packages diplomat
|
|
"""
|