redox/recipes/wip/ai/nnx/recipe.toml
2024-11-22 13:18:55 +00:00

12 lines
186 B
TOML

#TODO fs2 crate error
[source]
git = "https://github.com/webonnx/wonnx"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages wonnx-cli
"""