add logging

This commit is contained in:
2023-03-04 11:20:12 +01:00
parent 2cc9b12674
commit 23f3c142c1
7 changed files with 112 additions and 2 deletions

View File

@ -14,3 +14,5 @@ rocket_dyn_templates = { version = "0.1.0-rc.2", features= ["tera"] }
chrono = { version = "0.4", features = ["serde"]}
sha3 = "0.10"
hex = "0.4"
log = "0.4"
env_logger = "0.10"