diff --git a/recipes/wip/security/cargo-scan/recipe.toml b/recipes/wip/security/cargo-scan/recipe.toml index b5289b511..58bc7c263 100644 --- a/recipes/wip/security/cargo-scan/recipe.toml +++ b/recipes/wip/security/cargo-scan/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/PLSysSec/cargo-scan" [build] template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/security/keyscope/recipe.toml b/recipes/wip/security/keyscope/recipe.toml index 2e2565764..0cbb3cd45 100644 --- a/recipes/wip/security/keyscope/recipe.toml +++ b/recipes/wip/security/keyscope/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/SpectralOps/keyscope" [build]