Merge pull request #54 from iqlusioninc/yubikey-cli/v0.0.1

yubikey-cli v0.0.1
This commit is contained in:
Tony Arcieri
2019-12-02 12:08:13 -08:00
committed by GitHub
3 changed files with 10 additions and 2 deletions
Generated
+1 -1
View File
@@ -836,7 +836,7 @@ dependencies = [
[[package]]
name = "yubikey-cli"
version = "0.0.0"
version = "0.0.1"
dependencies = [
"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)",
+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]
name = "yubikey-cli"
version = "0.0.0"
version = "0.0.1"
description = """
Command-line interface for performing encryption and signing using RSA and/or
ECC keys stored on YubiKey devices.