Skip to content
Snippets Groups Projects
recipe.toml 201 B
Newer Older
Ribbon's avatar
Ribbon committed
#TODO Not compiled or tested
[source]
git = "https://github.com/RainbowCookie32/rusty-psn"
[build]
template = "custom"
dependencies = [
    "openssl1",
]
script = """
cookbook_cargo --features cli
"""