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", +]