Added command line parser

This commit is contained in:
Fabian Freyer
2019-07-02 04:33:49 +02:00
parent 2609425f68
commit 327cd488bb
3 changed files with 119 additions and 2 deletions
+2
View File
@@ -20,11 +20,13 @@ actix-web= "0.7.19"
actix= "0.7.9"
askama = { version = "0.8.0", features= ["with-actix-web"] }
futures = "0.1.28"
lazy_static = "1.3.0"
libc = "0.2.58"
log = "0.4.6"
pretty_env_logger = "0.3.0"
serde = "1.0.94"
serde_json = "1.0.40"
structopt = "0.2.18"
tokio = "0.1.21"
tokio-codec= "0.1.1"
tokio-io= "0.1.12"