added structopt
Some checks are pending
continuous-integration/drone/push Build encountered an error

This commit is contained in:
shimunn
2019-01-19 19:34:27 +01:00
parent 5835ca7ad6
commit 8300e94414
6 changed files with 213 additions and 48 deletions

View File

@@ -8,6 +8,8 @@ edition = "2018"
hex = "0.3.2"
base64 = "0.10.0"
time = "0.1.42"
structopt = "0.2.14"
structopt-derive = "0.2.14"
[profile.release]
lto = false