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

14 lines
202 B
TOML

#TODO compiled but not tested
[source]
git = "https://github.com/printfn/fend"
[build]
dependencies = [
"openssl3",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_cargo_packages fend
"""