redox/recipes/wip/ffizer/recipe.toml
2023-11-30 18:13:53 +00:00

9 lines
215 B
TOML

#TODO compilation error (after a patch on the ring crate)
[source]
tar = "https://github.com/ffizer/ffizer/archive/refs/tags/2.10.3.tar.gz"
[build]
template = "custom"
script = """
cookbook_cargo --features cli
"""