got nested routing working
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -13,4 +13,12 @@ utoipa-axum = "0.1.2"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
anyhow = "1.0.92"
|
||||
sqlx = "0.8.2"
|
||||
sqlx = { version = "0.8.2", features = [
|
||||
"postgres",
|
||||
"chrono",
|
||||
"runtime-tokio-rustls",
|
||||
"macros",
|
||||
] }
|
||||
uuid = "1.11.0"
|
||||
chrono = "0.4.39"
|
||||
dotenv = "0.15.0"
|
||||
|
||||
Reference in New Issue
Block a user