redox/recipes/wip/ffizer/recipe.toml
2023-12-17 16:23:10 +00:00

10 lines
232 B
TOML

#TODO compilation error (after a patch on the ring crate)
[source]
git = "https://github.com/ffizer/ffizer"
rev = "050eedc1a609575b4fe21649f8995aa803b6c9bb"
[build]
template = "custom"
script = """
cookbook_cargo --features cli
"""