redox/recipes/wip/net/download/rusty-psn-cli/recipe.toml
2025-11-13 05:24:13 -03:00

12 lines
201 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/RainbowCookie32/rusty-psn"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo --features cli
"""