feat: add user profile management with update and retrieval endpoints, enhance database setup for testing
This commit is contained in:
@@ -10,7 +10,11 @@ path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
migration = { path = "../migration" }
|
||||
uuid = { version = "1.18.1", features = ["v4"] }
|
||||
sea-orm = { version = "1.1.12", features = ["sqlx-sqlite", "sqlx-postgres"] }
|
||||
|
||||
axum = { workspace = true }
|
||||
tower = { workspace = true, features = ["util"] }
|
||||
sea-orm = { workspace = true, features = ["sqlx-sqlite", "sqlx-postgres"] }
|
||||
|
||||
|
||||
tokio = { workspace = true }
|
||||
|
Reference in New Issue
Block a user