feat: update Cargo.toml

This commit is contained in:
2025-03-24 07:35:36 +08:00
parent c5e35fd941
commit 25e80661bb

View File

@@ -4,6 +4,10 @@ version = "1.11.2"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "FIDO(U2F, WebAuthn), YubiKey, OpenPGP command line tool"
license = "MIT OR Apache-2.0"
repository = "https://git.hatter.ink/hatter/card-cli"
[features]
default = ["with-sequoia-openpgp"]
with-sequoia-openpgp = ["sequoia-openpgp", "openpgp-card-sequoia"]