diff --git a/recipes/wip/rqbit/recipe.toml b/recipes/wip/rqbit/recipe.toml index 8a48165e36dc29ad0bbe35ce1a5570d9fc3168c9..0c1aa55baaef07e6309fa88e9e9ccfc2b99ed516 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 """