advotracker: commandline parsing support

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2019-10-30 23:44:47 +01:00
parent cb4c96ee63
commit 5fa9ff945f
2 changed files with 30 additions and 0 deletions

View File

@@ -11,3 +11,8 @@ license = "MIT"
#opt-level = "3"
# optimize to smallest size
opt-level = "z"
[dependencies.clap]
version = "2.33"
default-features = false
features = [ "suggestions", "color", "yaml" ]