openpgp-card/Cargo.toml
Wiktor Kwapisiewicz 1ec7fc97dc
Add decrypt and detach-sign examples
This should mirror the usage of `gpg --decrypt` and `gpg --detach
--sign`.
2021-09-27 13:28:34 +02:00

13 lines
264 B
TOML

# SPDX-FileCopyrightText: 2021 Heiko Schaefer <heiko@schaefer.name>
# SPDX-License-Identifier: MIT OR Apache-2.0
[workspace]
members = [
"openpgp-card-apps",
"openpgp-card",
"openpgp-card-sequoia",
"pcsc",
"scdc",
"card-functionality",
]