- Move high-level API from openpgp-card to openpgp-card-sequoia - Move the pcsc backend into the separate crate openpgp-card-pcsc
12 lines
239 B
TOML
12 lines
239 B
TOML
# SPDX-FileCopyrightText: 2021 Heiko Schaefer <heiko@schaefer.name>
|
|
# SPDX-License-Identifier: MIT OR Apache-2.0
|
|
|
|
|
|
[workspace]
|
|
members = [
|
|
"openpgp-card",
|
|
"openpgp-card-sequoia",
|
|
"pcsc",
|
|
"scdc",
|
|
"card-functionality",
|
|
]
|