From 8227395ecb6298043ca1470b20a08bd0705cc770 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sun, 17 Dec 2023 02:04:14 +0000 Subject: [PATCH] add dependency --- recipes/wip/cargo-info/recipe.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/wip/cargo-info/recipe.toml b/recipes/wip/cargo-info/recipe.toml index 49ec9cc4f..b17b67df5 100644 --- a/recipes/wip/cargo-info/recipe.toml +++ b/recipes/wip/cargo-info/recipe.toml @@ -4,3 +4,6 @@ git = "https://gitlab.com/imp/cargo-info" rev = "8a7b4db5b7c7a19c43bf4e01c22abdb43dfcbe71" [build] template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab