redox/recipes/wip/security/openpgp-ca/recipe.toml
2024-07-02 06:08:02 +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",
]