Files
openpgp-card-test/Cargo.toml
2022-03-28 00:19:15 +08:00

15 lines
335 B
TOML

[package]
name = "openpgp-card-test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.56"
openpgp-card = "0.2.2"
openpgp-card-pcsc = "0.2.1"
openpgp-card-sequoia = "0.0.8"
openpgp-card-scdc = "0.2.1"
rust_util = "0.6.41"