Releases
This commit is contained in:
parent
62b7b35ab0
commit
0302387bea
5 changed files with 9 additions and 9 deletions
|
@ -13,9 +13,9 @@ documentation = "https://docs.rs/crate/openpgp-card-sequoia"
|
|||
|
||||
[dependencies]
|
||||
sequoia-openpgp = "1.3"
|
||||
openpgp-card = { path = "../openpgp-card", version = "0.0.3" }
|
||||
openpgp-card-scdc = { path = "../scdc", version = "0.0.1" }
|
||||
openpgp-card-pcsc = { path = "../pcsc", version = "0.0.2" }
|
||||
openpgp-card = { path = "../openpgp-card", version = "0.0.4" }
|
||||
openpgp-card-pcsc = { path = "../pcsc", version = "0.0.3" }
|
||||
openpgp-card-scdc = { path = "../scdc", version = "0.0.2" }
|
||||
chrono = "0.4"
|
||||
anyhow = "1"
|
||||
thiserror = "1"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
name = "openpgp-card"
|
||||
description = "A client implementation for the OpenPGP card specification"
|
||||
license = "MIT OR Apache-2.0"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
||||
edition = "2018"
|
||||
repository = "https://gitlab.com/hkos/openpgp-card"
|
||||
|
|
|
@ -22,7 +22,7 @@ needs to be implemented for access to cards.
|
|||
The crates
|
||||
[openpgp-card-pcsc](https://crates.io/crates/openpgp-card-pcsc)
|
||||
and the experimental crate
|
||||
[openpgp-card-scdc](https://gitlab.com/hkos/openpgp-card/-/tree/main/scdc)
|
||||
[openpgp-card-scdc](https://crates.io/crates/openpgp-card-scdc)
|
||||
provide implementations of `CardClient` for use with this crate.
|
||||
|
||||
**Sequoia PGP wrapper**
|
||||
|
|
|
@ -6,13 +6,13 @@ name = "openpgp-card-pcsc"
|
|||
description = "PCSC OpenPGP card backend, for use with the openpgp-card crate"
|
||||
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
edition = "2018"
|
||||
repository = "https://gitlab.com/hkos/openpgp-card"
|
||||
documentation = "https://docs.rs/crate/openpgp-card-pcsc"
|
||||
|
||||
[dependencies]
|
||||
openpgp-card = { path = "../openpgp-card", version = "0.0.3" }
|
||||
openpgp-card = { path = "../openpgp-card", version = "0.0.4" }
|
||||
pcsc = "2"
|
||||
anyhow = "1"
|
||||
log = "0.4"
|
||||
|
|
|
@ -6,13 +6,13 @@ name = "openpgp-card-scdc"
|
|||
description = "Experimental SCDaemon Client, for use with the openpgp-card crate"
|
||||
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
edition = "2018"
|
||||
repository = "https://gitlab.com/hkos/openpgp-card"
|
||||
documentation = "https://docs.rs/crate/openpgp-card-scdc"
|
||||
|
||||
[dependencies]
|
||||
openpgp-card = { path = "../openpgp-card", version = "0.0.3" }
|
||||
openpgp-card = { path = "../openpgp-card", version = "0.0.4" }
|
||||
sequoia-ipc = "0.26"
|
||||
hex = "0.4"
|
||||
anyhow = "1"
|
||||
|
|
Loading…
Reference in a new issue