From a68324010a8356f101bde0dadc86312e9ac07a14 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 23 Dec 2023 15:42:31 +0000 Subject: [PATCH] update recipes --- recipes/wip/steel/recipe.toml | 2 +- recipes/wip/succeed2ban-tui/recipe.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/steel/recipe.toml b/recipes/wip/steel/recipe.toml index bfa9b713a..7bbde1aec 100644 --- a/recipes/wip/steel/recipe.toml +++ b/recipes/wip/steel/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO rustyline crate error [source] git = "https://github.com/mattwparas/steel" [build] diff --git a/recipes/wip/succeed2ban-tui/recipe.toml b/recipes/wip/succeed2ban-tui/recipe.toml index df20b74cc..ba59e3306 100644 --- a/recipes/wip/succeed2ban-tui/recipe.toml +++ b/recipes/wip/succeed2ban-tui/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/J-Bockhofer/succeed2ban-tui" [build] template = "cargo" +dependencies = [ + "openssl1", +]