diff --git a/Cargo.toml b/Cargo.toml index 19ba810..e5a267f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }