From f29fda31e01c2bafd696d4d5a6b4149d3617aaff Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 18 Aug 2026 17:57:20 +0200 Subject: [PATCH] Add description to Cargo.toml crates.io requires a description. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a62548b..8ad1af7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ edition = "2021" license = "Apache-2.0 OR MIT" repository = "https://github.com/nitrokey/piv-authenticator" documentation = "https://docs.rs/piv-authenticator" +description = "PIV authenticator" [[example]] name = "vpicc"