diff --git a/recipes/wip/ai/nnx/recipe.toml b/recipes/wip/ai/nnx/recipe.toml index a89d357cd..b42ca9be2 100644 --- a/recipes/wip/ai/nnx/recipe.toml +++ b/recipes/wip/ai/nnx/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/webonnx/wonnx" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_packages wonnx-cli """