diff --git a/recipes/wip/dev/analysis/feluda/recipe.toml b/recipes/wip/dev/analysis/feluda/recipe.toml index 98c4c36e0..75902a3f1 100644 --- a/recipes/wip/dev/analysis/feluda/recipe.toml +++ b/recipes/wip/dev/analysis/feluda/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO camino crate error [source] git = "https://github.com/anistark/feluda" [build] diff --git a/recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml b/recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml index 5600e131b..1553194ae 100644 --- a/recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml +++ b/recipes/wip/dev/cargo-tools/cargo-preflight/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/supinie/cargo-preflight" [build] template = "cargo" +dependencies = [ + "openssl1", +]