summaryrefslogtreecommitdiff
path: root/wire-gateway/Cargo.toml
diff options
context:
space:
mode:
authorAntoine A <>2021-12-10 19:08:13 +0100
committerAntoine A <>2021-12-10 19:08:13 +0100
commitc016404cd3dd43b085c7f84fd137258bf27ee0f1 (patch)
tree86cbf2cb6454e895b77ded4e3da9d338c2679658 /wire-gateway/Cargo.toml
parentb8b1200be9810a1e03f47e90c2d3f0ebb309ccd5 (diff)
downloaddepolymerization-c016404cd3dd43b085c7f84fd137258bf27ee0f1.tar.gz
depolymerization-c016404cd3dd43b085c7f84fd137258bf27ee0f1.tar.bz2
depolymerization-c016404cd3dd43b085c7f84fd137258bf27ee0f1.zip
Handle and test losing database connection in wire-gateway
Diffstat (limited to 'wire-gateway/Cargo.toml')
-rw-r--r--wire-gateway/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wire-gateway/Cargo.toml b/wire-gateway/Cargo.toml
index 0923d46..2671285 100644
--- a/wire-gateway/Cargo.toml
+++ b/wire-gateway/Cargo.toml
@@ -32,6 +32,7 @@ rand = { version = "0.8.4", features = ["getrandom"] }
url = { version = "2.2.2", features = ["serde"] }
# Async postgres client
tokio-postgres = { version = "0.7.5" }
+deadpool-postgres = "0.10.1"
# Logging
taler-log = { path = "../taler-log" }
# Socket activation