From 341bb51fdbd86c5e6821828001877cb3adaec539 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Sun, 17 Dec 2023 23:34:44 +0200 Subject: [PATCH] async feature for sqlx --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]}