redox/recipes/wip/net/download/rusty-psn-cli/recipe.toml
2026-03-06 00:58:12 +07:00

11 lines
206 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/RainbowCookie32/rusty-psn"
shallow_clone = true
[build]
template = "cargo"
cargoflags = ["--features cli"]
dependencies = [
"openssl3",
]