Rename openpgp-card-apps into openpgp-card-examples

This commit is contained in:
Heiko Schaefer 2021-10-28 00:21:39 +02:00
parent 59d77f584d
commit 85075c4cda
5 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ members = [
"openpgp-card-sequoia",
"pcsc",
"scdc",
"openpgp-card-apps",
"openpgp-card-examples",
"tools",
"card-functionality",
]

View file

@ -2,14 +2,14 @@
# SPDX-License-Identifier: MIT OR Apache-2.0
[package]
name = "openpgp-card-apps"
name = "openpgp-card-examples"
description = "Examples and demos of apps utilizing openpgp-card-sequoia"
license = "MIT OR Apache-2.0"
version = "0.0.1"
authors = ["Wiktor Kwapisiewicz <wiktor@metacode.biz>"]
edition = "2018"
repository = "https://gitlab.com/hkos/openpgp-card"
documentation = "https://docs.rs/crate/openpgp-card-apps"
documentation = "https://docs.rs/crate/openpgp-card-examples"
[dependencies]
sequoia-openpgp = "1.3"