summaryrefslogtreecommitdiff
path: root/common/Cargo.toml
diff options
context:
space:
mode:
authorAntoine A <>2023-10-05 00:45:03 +0200
committerAntoine A <>2023-10-05 00:45:03 +0200
commit2e685701559118da856a0cde10849d82a112c9c7 (patch)
treef30d0bd02d43e45f14b68469d80090aab3688366 /common/Cargo.toml
parentb898b96922ac80325d6371c0aafa3ee55c2c21b2 (diff)
downloaddepolymerization-2e685701559118da856a0cde10849d82a112c9c7.tar.gz
depolymerization-2e685701559118da856a0cde10849d82a112c9c7.tar.bz2
depolymerization-2e685701559118da856a0cde10849d82a112c9c7.zip
Test support for bitcoind 24.1 and small improvements
Diffstat (limited to 'common/Cargo.toml')
-rw-r--r--common/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Cargo.toml b/common/Cargo.toml
index 5b9f4ef..0c165de 100644
--- a/common/Cargo.toml
+++ b/common/Cargo.toml
@@ -33,3 +33,5 @@ rand = { version = "0.8.5", features = ["getrandom"] }
zeroize = "1.6.0"
# Optimized uri binary format
uri-pack = { path = "../uri-pack" }
+# Exponential backoff generator
+exponential-backoff = "1.2.0"