feat: add logging
This commit is contained in:
parent
0f0f7f3961
commit
ed4322b8e9
5 changed files with 254 additions and 6 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue