feat: add tracing wrapper for requests

This commit is contained in:
Sandro Eiler 2024-02-05 11:33:13 +01:00
parent e3d8c967f5
commit 2ae860f176
3 changed files with 59 additions and 1 deletions

View file

@ -21,7 +21,8 @@ serde_json = "1"
# serde_with = "3"
# Axum
axum = { version = "0.7" }
# tower-http = { version = "0.5", features = ["fs"] }
tower = { version = "0.4" }
tower-http = { version = "0.5", features = ["trace", "request-id", "util"] }
# tower-cookies = "0.10"
# Others
config = "0.14"