diff --git a/recipes/wip/ffizer/recipe.toml b/recipes/wip/ffizer/recipe.toml index 91dc24e34..0cd537a2f 100644 --- a/recipes/wip/ffizer/recipe.toml +++ b/recipes/wip/ffizer/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/ffizer/ffizer" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo --features cli """