From 14968097b28919f7e1f71ec5e49b30191826fa33 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 22 Aug 2022 16:06:28 +0200 Subject: Sqlx connection --- server/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'server/Cargo.toml') diff --git a/server/Cargo.toml b/server/Cargo.toml index d48f49d..08a3b07 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -14,3 +14,4 @@ tokio = { version = "1.20", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } tower-http = { version = "0.3.4", features = ["trace", "compression-br", "propagate-header", "sensitive-headers"] } +sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres" ] } -- cgit v1.2.3-18-g5258