From 5e4089381cd9d89928f07f1b832255a3aea9399a Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 3 Jul 2025 08:50:24 -0300 Subject: [PATCH] Fix the feluda recipe and update a TODO --- recipes/wip/demos/ratzilla/recipe.toml | 2 +- recipes/wip/dev/analysis/feluda/recipe.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/demos/ratzilla/recipe.toml b/recipes/wip/demos/ratzilla/recipe.toml index 964d0621d..49547260a 100644 --- a/recipes/wip/demos/ratzilla/recipe.toml +++ b/recipes/wip/demos/ratzilla/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO fix the script [source] git = "https://github.com/orhun/ratzilla" [build] diff --git a/recipes/wip/dev/analysis/feluda/recipe.toml b/recipes/wip/dev/analysis/feluda/recipe.toml index ded0ba6ee..98c4c36e0 100644 --- a/recipes/wip/dev/analysis/feluda/recipe.toml +++ b/recipes/wip/dev/analysis/feluda/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/anistark/feluda" [build] template = "cargo" +dependencies = [ + "openssl1", +]