diff --git a/recipes/wip/ai/nnx/recipe.toml b/recipes/wip/ai/nnx/recipe.toml index a89d357cda0fffe07fcd72627fe4c35249b6cc41..b42ca9be22365617bcc97b591baa65c3cf466bc8 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 """