Rename openpgp-card-apps into openpgp-card-examples
This commit is contained in:
parent
59d77f584d
commit
85075c4cda
5 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ members = [
|
||||||
"openpgp-card-sequoia",
|
"openpgp-card-sequoia",
|
||||||
"pcsc",
|
"pcsc",
|
||||||
"scdc",
|
"scdc",
|
||||||
"openpgp-card-apps",
|
"openpgp-card-examples",
|
||||||
"tools",
|
"tools",
|
||||||
"card-functionality",
|
"card-functionality",
|
||||||
]
|
]
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
# SPDX-License-Identifier: MIT OR Apache-2.0
|
# SPDX-License-Identifier: MIT OR Apache-2.0
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "openpgp-card-apps"
|
name = "openpgp-card-examples"
|
||||||
description = "Examples and demos of apps utilizing openpgp-card-sequoia"
|
description = "Examples and demos of apps utilizing openpgp-card-sequoia"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
authors = ["Wiktor Kwapisiewicz <wiktor@metacode.biz>"]
|
authors = ["Wiktor Kwapisiewicz <wiktor@metacode.biz>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://gitlab.com/hkos/openpgp-card"
|
repository = "https://gitlab.com/hkos/openpgp-card"
|
||||||
documentation = "https://docs.rs/crate/openpgp-card-apps"
|
documentation = "https://docs.rs/crate/openpgp-card-examples"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sequoia-openpgp = "1.3"
|
sequoia-openpgp = "1.3"
|
Loading…
Reference in a new issue