diff --git a/Cargo.toml b/Cargo.toml index c204d10..76e82bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ chrono = { version = "0.4.31", features = ["serde"] } dotenv = "0.15.0" serde = "1.0.193" serde_json = "1.0.108" -sqlx = {version = "0.7.3", features=["postgres", "chrono", "uuid"]} +sqlx = {version = "0.7.3", features=["postgres", "chrono", "uuid", "runtime-async-std"]}