From c91774fb928487fc32486a84ded424cbedf04c47 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 23 Dec 2023 06:48:17 +0000 Subject: [PATCH] add dependency --- recipes/wip/rqbit/recipe.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/wip/rqbit/recipe.toml b/recipes/wip/rqbit/recipe.toml index 8a48165e3..0c1aa55ba 100644 --- a/recipes/wip/rqbit/recipe.toml +++ b/recipes/wip/rqbit/recipe.toml @@ -4,6 +4,9 @@ git = "https://github.com/ikatson/rqbit" rev = "3dc2e3eace2fce7c448d7fcf8360fe0f312a29c7" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_packages rqbit """ -- GitLab