build(esplora): Add async-https-rustls flag to esplora client

This commit is contained in:
thunderbiscuit 2023-10-16 12:56:19 -04:00
parent 46d39beb2c
commit 4ee41dbc40
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View 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"]