redox/recipes/wip/tools/mandy/recipe.toml
2024-07-09 00:06:39 +00:00

12 lines
200 B
TOML

#TODO libssh2-sys crate error
[source]
git = "https://github.com/angeldollface/mandy"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages mandy-bin
"""