feat: add tracing
This commit is contained in:
parent
1fdf2948fb
commit
653502c470
4 changed files with 162 additions and 2 deletions
|
|
@ -25,6 +25,8 @@ axum = { version = "0.7" }
|
|||
# tower-cookies = "0.10"
|
||||
# Others
|
||||
config = "0.13"
|
||||
env_logger = "0.11"
|
||||
tracing = { version = "0.1", features = ["log"] }
|
||||
# lazy-regex = "3"
|
||||
# async-trait = "0.1"
|
||||
# strum_macros = "0.25"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue