add logging
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Johannes Heuel
2022-09-20 19:15:45 +02:00
parent 37d7177126
commit 65a50f8b74
6 changed files with 121 additions and 146 deletions

View File

@@ -11,5 +11,7 @@ version = "0.1.0"
[dependencies]
actix-web = "4"
serde_json = "1.0.85"
clap = "3.2.22"
serde_json = "1.0"
clap = "3.2"
env_logger = "0.9"
log = "0.4"