diff --git a/recipes/wip/math/rink/recipe.toml b/recipes/wip/math/rink/recipe.toml index 09f383951..45fd79367 100644 --- a/recipes/wip/math/rink/recipe.toml +++ b/recipes/wip/math/rink/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/tiffany352/rink-rs" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_packages rink """