redox/recipes/wip/tools/security/openpgp-ca/recipe.toml
2024-06-26 04:08:29 +00: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 = [
"openssl1",
"libpcsclite",
]