redox/recipes/wip/math/rink/recipe.toml
2024-07-02 06:08:02 +00:00

12 lines
203 B
TOML

#TODO async-io and rustix crates error
[source]
git = "https://github.com/tiffany352/rink-rs"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages rink
"""