From bea6eb8eb3cf97586155fa4857c6edd6a64fc84e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 8 Apr 2018 16:41:34 +0200 Subject: feat(db): Bootstrap DbExecutor actor Bootstraps an Actix actor carrying DB connections. This actor will be used to interact with converse's database. --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4800dbd02a..b03275ab02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,7 @@ authors = ["Vincent Ambo "] actix = "0.5" actix-web = { git="https://github.com/actix/actix-web.git" } env_logger = "0.5" -diesel = { version = "1.2", features = ["postgres", "chrono"]} +diesel = { version = "1.2", features = ["postgres", "chrono", "r2d2"]} chrono = "0.4" +log = "0.4" +r2d2 = "*" -- cgit 1.4.1