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", +]