Update recipes

This commit is contained in:
Ribbon 2024-06-08 18:50:55 +00:00
parent 4e29b6c953
commit d472a1e15d
2 changed files with 6 additions and 2 deletions

View File

@ -2,4 +2,7 @@
[source]
git = "https://github.com/SpectralOps/keyscope"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages keyscope
"""

View File

@ -1,8 +1,9 @@
#TODO Not compiled or tested
#TODO make libnettle work
[source]
git = "https://gitlab.com/sequoia-pgp/sequoia-sq"
[build]
template = "cargo"
dependencies = [
"openssl1",
"libnettle",
]