redox/recipes/wip/tools/ffizer/recipe.toml
2024-02-11 14:08:48 +00:00

12 lines
190 B
TOML

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