move print cert info into new CLI project

This commit is contained in:
Carl Wallace
2019-12-14 13:27:54 -05:00
parent 6174b62a77
commit 220c045dcb
3 changed files with 89 additions and 1 deletions
+4
View File
@@ -16,5 +16,9 @@ keywords = ["ecdsa", "rsa", "piv", "pcsc", "yubikey"]
gumdrop = "0.7"
env_logger = "0.7"
lazy_static = "1"
log = "0.4"
sha2 = "0.8"
subtle-encoding = "0.5"
termcolor = "1"
x509-parser = "0.6"
yubikey-piv = { version = "0.0.3", path = ".." }