Add hex parsing to test_cli

This commit is contained in:
Paul Hauner
2019-09-09 12:21:41 -04:00
parent 15220ae565
commit 14e8c6c87c
3 changed files with 74 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ edition = "2018"
[dependencies]
clap = "2.33"
hex = "0.3"
log = "0.4"
serde = "1.0"
serde_yaml = "0.8"