async feature for sqlx

This commit is contained in:
LinlyBoi
2023-12-17 23:34:44 +02:00
parent fddbbe5577
commit 341bb51fdb

View File

@@ -11,4 +11,4 @@ chrono = { version = "0.4.31", features = ["serde"] }
dotenv = "0.15.0" dotenv = "0.15.0"
serde = "1.0.193" serde = "1.0.193"
serde_json = "1.0.108" 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"]}