From d24ccdbde6e261dfa5ff91ddaf3c31160b2bd2da Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 22 Dec 2023 03:52:58 +0000 Subject: [PATCH] add dependency --- recipes/wip/mandy/recipe.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/wip/mandy/recipe.toml b/recipes/wip/mandy/recipe.toml index dc48793b..ff7a1733 100644 --- a/recipes/wip/mandy/recipe.toml +++ b/recipes/wip/mandy/recipe.toml @@ -4,6 +4,9 @@ git = "https://github.com/angeldollface/mandy" rev = "a64f20d0386af628af2662ed2a1e72faf9efe355" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_packages mandy-bin """