about summary refs log tree commit diff
path: root/finito-postgres/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'finito-postgres/Cargo.toml')
-rw-r--r--finito-postgres/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/finito-postgres/Cargo.toml b/finito-postgres/Cargo.toml
index 12bcef8c2f4b..dd8d1d000304 100644
--- a/finito-postgres/Cargo.toml
+++ b/finito-postgres/Cargo.toml
@@ -5,9 +5,10 @@ authors = ["Vincent Ambo <mail@tazj.in>"]
 
 [dependencies]
 chrono = "0.4"
+postgres-derive = "0.3"
 serde = "1.0"
 serde_json = "1.0"
-postgres-derive = "0.3"
+r2d2_postgres = "0.14"
 
 [dependencies.postgres]
 version = "0.15"