From 75cc8c155a8c0db97ad37e505714ea6a2ce92250 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Wed, 12 Jun 2024 08:53:53 +0000
Subject: [PATCH] Update a recipe

---
 recipes/wip/math/rink/recipe.toml | 3 +++
 1 file changed, 3 insertions(+)

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