From 25e80661bbf5b015aa5538231f00d7300fa760b4 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Mon, 24 Mar 2025 07:35:36 +0800 Subject: [PATCH] feat: update Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f54bb00..733e26e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,10 @@ version = "1.11.2" authors = ["Hatter Jiang "] 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"]