From 35c98606a7f90f6f1e81acdb09f62d1aeaf7d0d7 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Dec 2023 00:31:31 +0000 Subject: [PATCH] add ffizer dependency --- recipes/wip/ffizer/recipe.toml | 3 +++ 1 file changed, 3 insertions(+) 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 """