feat: add tracing wrapper for requests
This commit is contained in:
parent
e3d8c967f5
commit
2ae860f176
3 changed files with 59 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue