# SPDX-FileCopyrightText: 2021 Heiko Schaefer # SPDX-License-Identifier: MIT OR Apache-2.0 [package] name = "openpgp-card-sequoia" description = "Wrapper of openpgp-card for use with Sequoia PGP" license = "MIT OR Apache-2.0" version = "0.0.1" authors = ["Heiko Schaefer "] edition = "2018" [dependencies] sequoia-openpgp = "1.3" openpgp-card = { path = "../openpgp-card" } chrono = "0.4" anyhow = "1" thiserror = "1" env_logger = "0.8" log = "0.4"