From 4e29b6c9539a8e5a3c7689e5da69e420819ab28b Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sat, 8 Jun 2024 18:46:54 +0000 Subject: [PATCH] Update recipes --- recipes/wip/security/flawz/recipe.toml | 2 +- recipes/wip/security/sq/recipe.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/security/flawz/recipe.toml b/recipes/wip/security/flawz/recipe.toml index be2921f19..dc7e0441c 100644 --- a/recipes/wip/security/flawz/recipe.toml +++ b/recipes/wip/security/flawz/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO webbrowser crate error [source] git = "https://github.com/orhun/flawz" [build] diff --git a/recipes/wip/security/sq/recipe.toml b/recipes/wip/security/sq/recipe.toml index d8be236f6..5e4bd9800 100644 --- a/recipes/wip/security/sq/recipe.toml +++ b/recipes/wip/security/sq/recipe.toml @@ -3,3 +3,6 @@ git = "https://gitlab.com/sequoia-pgp/sequoia-sq" [build] template = "cargo" +dependencies = [ + "openssl1", +]