From 348815e5f82cde9d0b76a3cf801fd6376f1a179e Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Mon, 10 Jun 2024 20:19:51 +0000 Subject: [PATCH] Update recipes --- recipes/wip/tools/rusty/recipe.toml | 2 +- recipes/wip/tools/scrying/recipe.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/wip/tools/rusty/recipe.toml b/recipes/wip/tools/rusty/recipe.toml index 3140ba40a..5c28bf27b 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 beeb0196a..39f58171c 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", +] -- GitLab