diff --git a/recipes/wip/math/rink/recipe.toml b/recipes/wip/math/rink/recipe.toml
index 09f38395132d59e4d2fe2bc6f6b30b634e5fae73..45fd79367ee4b2267242287a9d788eabb58ff668 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
 """