Refactor to clean-up axum server implementation
This commit is contained in:
parent
09e538872d
commit
4b16f39b4d
10 changed files with 1308 additions and 57 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue