redox/recipes/wip/tools/cute/recipe.toml
2025-11-13 08:56:13 -03:00

13 lines
188 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/PThorpe92/CuTE"
[build]
template = "custom"
dependencies = [
"openssl3",
]
script = """
DYNAMIC_INIT
cookbook_cargo
"""