This commit is contained in:
Jack Grigg
2022-05-02 01:24:53 +00:00
parent 8199a7bcfc
commit 71bd3b1afb
3 changed files with 19 additions and 8 deletions
+3 -4
View File
@@ -1,7 +1,7 @@
[package]
name = "age-plugin-yubikey"
description = "[BETA] YubiKey plugin for age clients"
version = "0.2.0"
description = "YubiKey plugin for age clients"
version = "0.3.0"
authors = ["Jack Grigg <thestr4d@gmail.com>"]
repository = "https://github.com/str4d/age-plugin-yubikey"
readme = "README.md"
@@ -12,8 +12,7 @@ edition = "2021"
[package.metadata.deb]
extended-description = """\
An age plugin adding support for YubiKeys and other PIV hardware tokens. \
Currently in BETA; we strongly recommend using this with a new YubiKey."""
An age plugin adding support for YubiKeys and other PIV hardware tokens."""
section = "utils"
assets = [
["target/release/age-plugin-yubikey", "usr/bin/", "755"],