Fix a recipe

This commit is contained in:
Ribbon 2024-11-22 11:30:27 +00:00
parent 209455747c
commit 8568e879fd

View File

@ -3,6 +3,9 @@
git = "https://github.com/webonnx/wonnx"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages wonnx-cli
"""