feat: add user profile management with update and retrieval endpoints, enhance database setup for testing
This commit is contained in:
@@ -24,6 +24,7 @@ tracing = "0.1.41"
|
||||
utoipa = { version = "5.4.0", features = ["macros", "chrono"] }
|
||||
validator = { version = "0.20.0", default-features = false }
|
||||
chrono = { version = "0.4.41", features = ["serde"] }
|
||||
tokio = { version = "1.45.1", features = ["full"] }
|
||||
|
||||
[dependencies]
|
||||
api = { path = "api" }
|
||||
@@ -38,8 +39,8 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
|
||||
# runtime
|
||||
axum = { workspace = true, features = ["tokio", "http1", "http2"] }
|
||||
tokio = { version = "1.45.1", features = ["full"] }
|
||||
prefork = { version = "0.6.0", default-features = false, optional = true }
|
||||
tokio = { version = "1.45.1", features = ["full"] }
|
||||
|
||||
# shuttle runtime
|
||||
shuttle-axum = { version = "0.55.0", optional = true }
|
||||
|
Reference in New Issue
Block a user