From 546a9587f3d33e09626ece580cb45ea2962cad9a Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 23 Dec 2023 10:46:42 +0000 Subject: [PATCH] add dependency --- recipes/wip/speedtest-rs/recipe.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/speedtest-rs/recipe.toml b/recipes/wip/speedtest-rs/recipe.toml index 086c233e8..541bd1b70 100644 --- a/recipes/wip/speedtest-rs/recipe.toml +++ b/recipes/wip/speedtest-rs/recipe.toml @@ -1,5 +1,8 @@ -#TODO Not compiled or tested +#TODO Not compiled or tested (after cargo update) [source] git = "https://github.com/nelsonjchen/speedtest-rs" [build] template = "cargo" +dependencies = [ + "openssl1", +] -- GitLab