Smol changes

This commit is contained in:
2025-12-12 23:57:25 -07:00
parent 1441df435f
commit 8fc7b91a77
10 changed files with 115 additions and 19 deletions

View File

@@ -10,11 +10,12 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
tower = "0.4"
tower = { version = "0.4", features = ["util"] }
tower-http = { version = "0.5", features = ["trace", "normalize-path"] }
http = "0.2"
utoipa = "4"
utoipa-swagger-ui = { version = "7", features = ["axum"] }
thiserror = "2.0.17"
[dev-dependencies]
axum = { version = "0.7", features = ["macros"] }