mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 15:24:18 +08:00
13 lines
252 B
TOML
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",
|
|
]
|