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 """