mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 15:15:36 +01:00
Add json feature to sqlx
This commit is contained in:
@@ -27,4 +27,4 @@ rand = "0.8.5"
|
||||
|
||||
chrono = { version = "0.4.39", features = ["serde"] }
|
||||
|
||||
sqlx = { version = "0.8.2", features = ["runtime-tokio", "postgres", "macros", "chrono"] }
|
||||
sqlx = { version = "0.8.2", features = ["runtime-tokio", "postgres", "macros", "chrono", "json"] }
|
||||
|
||||
Reference in New Issue
Block a user