Documentation links

This commit is contained in:
Heiko Schaefer 2021-06-30 22:34:42 +02:00
parent 88f0598eab
commit f8b10927e7
3 changed files with 11 additions and 0 deletions

View file

@ -8,6 +8,8 @@ license = "MIT OR Apache-2.0"
version = "0.0.1" version = "0.0.1"
authors = ["Heiko Schaefer <heiko@schaefer.name>"] authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018" edition = "2018"
repository = "https://gitlab.com/hkos/openpgp-card"
documentation = "https://docs.rs/crate/openpgp-card-sequoia"
[dependencies] [dependencies]
sequoia-openpgp = "1.3" sequoia-openpgp = "1.3"

View file

@ -8,6 +8,8 @@ license = "MIT OR Apache-2.0"
version = "0.0.1" version = "0.0.1"
authors = ["Heiko Schaefer <heiko@schaefer.name>"] authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018" edition = "2018"
repository = "https://gitlab.com/hkos/openpgp-card"
documentation = "https://docs.rs/crate/openpgp-card"
[dependencies] [dependencies]
pcsc = "2" pcsc = "2"

View file

@ -12,3 +12,10 @@ specification, in Rust.
This library is OpenPGP implementation-agnostic. Its communication with This library is OpenPGP implementation-agnostic. Its communication with
the card is based on simple data structures, derived from the formats the card is based on simple data structures, derived from the formats
defined in the OpenPGP card specification. defined in the OpenPGP card specification.
**Sequoia PGP wrapper**
See the companion crate
[openpgp-card-sequoia](https://crates.io/crates/openpgp-card-sequoia)
for a convenient wrapper to use this library with
[Sequoia PGP](https://sequoia-pgp.org/).