]> Untitled Git - bdk/commitdiff
build(esplora): Add async-https-rustls flag to esplora client
authorthunderbiscuit <thunderbiscuit@protonmail.com>
Mon, 16 Oct 2023 16:56:19 +0000 (12:56 -0400)
committerthunderbiscuit <thunderbiscuit@protonmail.com>
Mon, 20 Nov 2023 21:16:27 +0000 (16:16 -0500)
crates/esplora/Cargo.toml

index bc127c087a64e2c9652fa6f6dd5b57b67ecddb49..386941dbd78dc541ab50754780e4bfbb2aaab10d 100644 (file)
@@ -30,4 +30,5 @@ default = ["std", "async-https", "blocking"]
 std = ["bdk_chain/std"]
 async = ["async-trait", "futures", "esplora-client/async"]
 async-https = ["async", "esplora-client/async-https"]
+async-https-rustls = ["async", "esplora-client/async-https-rustls"]
 blocking = ["esplora-client/blocking"]