feat: add logging

This commit is contained in:
Sandro Eiler 2023-10-17 14:12:08 +02:00
parent 0f0f7f3961
commit ed4322b8e9
5 changed files with 254 additions and 6 deletions

View file

@ -10,6 +10,7 @@ tokio = { version = "1.32.0", features = ["full"] }
# Serde / json
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
serde_with = "3"
# Axum
axum = { version = "0.6.20" }
tower-http = { version = "0.4.4", features = ["fs"] }