diff --git a/recipes/wip/security/keyscope/recipe.toml b/recipes/wip/security/keyscope/recipe.toml index 7dd569153..2e2565764 100644 --- a/recipes/wip/security/keyscope/recipe.toml +++ b/recipes/wip/security/keyscope/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/SpectralOps/keyscope" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_packages keyscope """