redox/recipes/wip/security/openpgp-ca/recipe.toml
2026-04-11 07:16:54 +07:00

13 lines
252 B
TOML

#TODO make the libpcsclite dependency work
[source]
git = "https://gitlab.com/openpgp-ca/openpgp-ca"
[build]
template = "custom"
script = """
cookbook_cargo_packages openpgp-ca openpgp-ca-restd
"""
dependencies = [
"openssl3",
"libpcsclite",
]