Compare commits

...

2 Commits

Author SHA1 Message Date
Tony Arcieri 3a41fdc3bc yubikey-cli v0.0.1 2019-12-02 11:54:41 -08:00
Tony Arcieri c377f226e2 Merge pull request #53 from iqlusioninc/yubikey-piv/v0.0.3
yubikey-piv v0.0.3
2019-12-02 11:40:43 -08:00
3 changed files with 10 additions and 2 deletions
Generated
+1 -1
View File
@@ -836,7 +836,7 @@ dependencies = [
[[package]] [[package]]
name = "yubikey-cli" name = "yubikey-cli"
version = "0.0.0" version = "0.0.1"
dependencies = [ dependencies = [
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"gumdrop 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "gumdrop 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
+8
View File
@@ -0,0 +1,8 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.0.1 (2019-12-02)
- Initial release
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "yubikey-cli" name = "yubikey-cli"
version = "0.0.0" version = "0.0.1"
description = """ description = """
Command-line interface for performing encryption and signing using RSA and/or Command-line interface for performing encryption and signing using RSA and/or
ECC keys stored on YubiKey devices. ECC keys stored on YubiKey devices.