redox/recipes/wip/tools/ffizer/recipe.toml
2026-04-11 07:16:54 +07:00

12 lines
190 B
TOML

#TODO libssh2-sys crate error
[source]
git = "https://github.com/ffizer/ffizer"
[build]
template = "custom"
dependencies = [
"openssl3",
]
script = """
cookbook_cargo --features cli
"""