build(esplora): Add async-https-rustls flag to esplora client
This commit is contained in:
parent
46d39beb2c
commit
4ee41dbc40
@ -30,4 +30,5 @@ default = ["std", "async-https", "blocking"]
|
|||||||
std = ["bdk_chain/std"]
|
std = ["bdk_chain/std"]
|
||||||
async = ["async-trait", "futures", "esplora-client/async"]
|
async = ["async-trait", "futures", "esplora-client/async"]
|
||||||
async-https = ["async", "esplora-client/async-https"]
|
async-https = ["async", "esplora-client/async-https"]
|
||||||
|
async-https-rustls = ["async", "esplora-client/async-https-rustls"]
|
||||||
blocking = ["esplora-client/blocking"]
|
blocking = ["esplora-client/blocking"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user