redox/recipes/wip/tools/rusty-psn-cli/recipe.toml
2024-03-23 16:35:25 +00:00

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
"""