opgpcard: simplify directory hierarchy

This commit is contained in:
Heiko Schaefer 2022-11-03 15:56:19 +01:00
parent a1d6d8cad2
commit b80b86b201
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
25 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,10 @@ edition = "2018"
repository = "https://gitlab.com/openpgp-card/openpgp-card"
documentation = "https://docs.rs/crate/openpgp-card-tools"
[[bin]]
name = "opgpcard"
path = "src/opgpcard.rs"
[dependencies]
sequoia-openpgp = "1.3"
openpgp-card-pcsc = { path = "../pcsc", version = "0.3" }