Use STRUM for agument parsing

This commit is contained in:
Roey Darwish Dror
2019-09-28 14:41:06 +03:00
parent ef7ba46786
commit f6b4bb00b2
3 changed files with 29 additions and 39 deletions

View File

@@ -33,6 +33,7 @@ futures = "0.1.27"
openssl-probe = { version = "0.1.2", optional = true }
pretty_env_logger = "0.3.0"
glob = "0.3.0"
strum = { version = "0.16.0", features = ["derive"]}
[target.'cfg(unix)'.dependencies]
nix = "0.15.0"