redox/recipes/wip/math/fend/recipe.toml
2025-11-03 16:01:06 -07:00

14 lines
202 B
TOML

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