diff --git a/recipes/wip/security/dfir-toolkit/recipe.toml b/recipes/wip/security/dfir-toolkit/recipe.toml index f80994c03..0117993bd 100644 --- a/recipes/wip/security/dfir-toolkit/recipe.toml +++ b/recipes/wip/security/dfir-toolkit/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/dfir-dd/dfir-toolkit" [build] template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/security/veldora/recipe.toml b/recipes/wip/security/veldora/recipe.toml index 6c81e6afd..c6eb25b5a 100644 --- a/recipes/wip/security/veldora/recipe.toml +++ b/recipes/wip/security/veldora/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/tamton-aquib/veldora" [build] diff --git a/recipes/wip/security/weggli/recipe.toml b/recipes/wip/security/weggli/recipe.toml index 621a99302..7347cd43e 100644 --- a/recipes/wip/security/weggli/recipe.toml +++ b/recipes/wip/security/weggli/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO source code error [source] git = "https://github.com/weggli-rs/weggli" [build]