From 04cbee2c2a3a975951e6db5103529eacc6a3f9db Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 9 Mar 2021 20:53:23 +0100 Subject: conf: add dependencies for postgresql --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 474a252..946f7fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,3 +9,10 @@ actix-rt = "1.0.0" actix-web = "2.0.0" actix-http = "1.0.1" actix-service = "1.0.5" +dotenv = "0.15.0" +config = "0.10.1" +serde = { version = "1.0.104", features = ["derive"] } +deadpool-postgres = "0.5.0" +tokio-postgres = "0.5.1" +tokio-pg-mapper = "0.1.4" +tokio-pg-mapper-derive = "0.1" -- cgit v1.2.3-18-g5258