build: add sqlx to dev-dependencies for query integration tests

This commit is contained in:
Story Crater Bot
2026-08-25 12:14:19 -07:00
parent ff28eac91f
commit 84f1b07d59
+1
View File
@@ -57,6 +57,7 @@ tokio = { workspace = true }
futures = { workspace = true }
actix-web = { workspace = true }
actix-rt = { workspace = true }
sqlx = { workspace = true }
wiremock = "0.6"
chrono = { version = "0.4", features = ["serde"] }