- Move CardBackend, CardTransation traits to card-backend - Break SmartcardErrors out from openpgp-card to card-backend - CardCaps are (mostly) openpgp-card specific, move them (mostly) to openpgp-card - Rename pcsc and scdc backend crates: card-backend-pcsc, card-backend-scdc
13 lines
295 B
TOML
13 lines
295 B
TOML
# SPDX-FileCopyrightText: 2021-2023 Heiko Schaefer <heiko@schaefer.name>
|
|
# SPDX-License-Identifier: MIT OR Apache-2.0
|
|
|
|
[workspace]
|
|
members = [
|
|
"openpgp-card",
|
|
# "openpgp-card-sequoia",
|
|
"card-backend",
|
|
"pcsc",
|
|
"scdc",
|
|
# "openpgp-card-examples",
|
|
# "card-functionality",
|
|
]
|