Added request logging

This commit is contained in:
Leonard Lorenz 2020-11-21 23:45:59 +01:00
parent 8f2512e95f
commit 818a7bb0a0
4 changed files with 85 additions and 38 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "crablog"
version = "0.2.1"
version = "0.2.2"
authors = ["Leonard Lorenz <dev@leonardlorenz.de>"]
edition = "2018"
@ -23,3 +23,5 @@ uuid = { version = "0.8.1", features = ["serde", "v5"] }
tera = "1.5.0"
once_cell = "1.5.2"
env_logger = "0.8.2"