diff --git a/recipes/wip/tools/rusty/recipe.toml b/recipes/wip/tools/rusty/recipe.toml index 3140ba40ab9bb19fd51849ebf6cfb02e749437bf..5c28bf27b6fa5fff3848c95f56d1a897e884dd81 100644 --- a/recipes/wip/tools/rusty/recipe.toml +++ b/recipes/wip/tools/rusty/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested (after cargo update) +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/zahidkhawaja/rusty" [build] diff --git a/recipes/wip/tools/scrying/recipe.toml b/recipes/wip/tools/scrying/recipe.toml index beeb0196a11b5ba698cda28934651824f6cc3aae..39f58171c2c80591a0255b162a6aad6cfb128c52 100644 --- a/recipes/wip/tools/scrying/recipe.toml +++ b/recipes/wip/tools/scrying/recipe.toml @@ -1,5 +1,8 @@ -#TODO Not compiled or tested +#TODO Not compiled or tested (after cargo update) [source] git = "https://github.com/nccgroup/scrying" [build] template = "cargo" +dependencies = [ + "openssl1", +]