yubikey-piv v0.1.0 (#180)
This commit is contained in:
committed by
GitHub
parent
199496ab01
commit
fc62fc286d
+6
-5
@@ -2,11 +2,12 @@
|
||||
name = "yubikey-cli"
|
||||
version = "0.0.1"
|
||||
description = """
|
||||
Command-line interface for performing encryption and signing using RSA/ECC keys stored on YubiKey devices.
|
||||
Command-line interface for performing encryption and signing using RSA/ECC keys
|
||||
stored on YubiKey devices.
|
||||
"""
|
||||
authors = ["Tony Arcieri <tony@iqlusion.io>"]
|
||||
edition = "2018"
|
||||
license = "BSD-2-Clause"
|
||||
authors = ["Tony Arcieri <tony@iqlusion.io>"]
|
||||
edition = "2018"
|
||||
license = "BSD-2-Clause"
|
||||
repository = "https://github.com/iqlusioninc/yubikey-piv.rs"
|
||||
readme = "README.md"
|
||||
categories = ["command-line-utilities", "cryptography", "hardware-support"]
|
||||
@@ -21,4 +22,4 @@ sha2 = "0.8"
|
||||
subtle-encoding = "0.5"
|
||||
termcolor = "1"
|
||||
x509-parser = "0.7"
|
||||
yubikey-piv = { version = "0.0.3", path = ".." }
|
||||
yubikey-piv = { version = "0.1", path = ".." }
|
||||
|
||||
Reference in New Issue
Block a user