Release openpgp-card.
This commit is contained in:
parent
6001eacfa1
commit
9f3ebe8972
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ documentation = "https://docs.rs/crate/openpgp-card-sequoia"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sequoia-openpgp = "1.3"
|
sequoia-openpgp = "1.3"
|
||||||
openpgp-card = { path = "../openpgp-card", version = "0.0.2" }
|
openpgp-card = { path = "../openpgp-card", version = "0.0.3" }
|
||||||
#openpgp-card-scdc = { path = "../scdc" }
|
#openpgp-card-scdc = { path = "../scdc" }
|
||||||
openpgp-card-pcsc = { path = "../pcsc", version = "0.0.1" }
|
openpgp-card-pcsc = { path = "../pcsc", version = "0.0.1" }
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
name = "openpgp-card"
|
name = "openpgp-card"
|
||||||
description = "A client implementation for the OpenPGP card specification"
|
description = "A client implementation for the OpenPGP card specification"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "0.0.2"
|
version = "0.0.3"
|
||||||
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://gitlab.com/hkos/openpgp-card"
|
repository = "https://gitlab.com/hkos/openpgp-card"
|
||||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://gitlab.com/hkos/openpgp-card"
|
||||||
documentation = "https://docs.rs/crate/openpgp-card-pcsc"
|
documentation = "https://docs.rs/crate/openpgp-card-pcsc"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
openpgp-card = { path = "../openpgp-card", version = "0.0.2" }
|
openpgp-card = { path = "../openpgp-card", version = "0.0.3" }
|
||||||
pcsc = "2"
|
pcsc = "2"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
Loading…
Reference in a new issue