feat: init commit

This commit is contained in:
2022-03-27 22:11:36 +08:00
parent d2b101a02b
commit cf044ba7d0
6 changed files with 1792 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[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"