mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
12 lines
194 B
TOML
12 lines
194 B
TOML
#TODO port to Orbital
|
|
[source]
|
|
git = "https://github.com/RainbowCookie32/rusty-psn"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"openssl1",
|
|
]
|
|
script = """
|
|
cookbook_cargo --features cli
|
|
"""
|