Added logging

This commit is contained in:
2022-08-10 17:33:31 +02:00
parent faf15d1398
commit 270c138419
6 changed files with 97 additions and 26 deletions

View File

@@ -13,3 +13,5 @@ walkdir = "2.3.2"
git2 = { version = "0.15.0", features = ["ssh"] }
clap = "3.2.16"
envconfig = "0.10.0"
log = { version = "0.4.17", features = ["kv_unstable", "serde", "std"] }
simplelog = "0.12.0"