Refactor to clean-up axum server implementation

This commit is contained in:
Alex Selimov 2026-03-17 10:53:57 -04:00
parent 09e538872d
commit 4b16f39b4d
10 changed files with 1308 additions and 57 deletions

View file

@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
axum = "0.8"
serde = { version = "1", features = ["derive"] }
sqlx = { version = "0.8.6", features = ["runtime-tokio", "postgres", "macros"] }
tokio = { version = "1", features = ["full"] }
tower = "0.5"
tower-http = { version = "0.6", features = ["trace"] }