From: LLFourn Date: Wed, 17 Feb 2021 03:48:37 +0000 (+1100) Subject: Add feature to enable async-interface X-Git-Tag: v0.2.0~2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/enum.EncodeError.html?a=commitdiff_plain;h=36a45494d456f861fd0db60780e85c7fbdca0f2f;p=bdk-cli Add feature to enable async-interface This is useful for making handle_online_wallet_subcommand async. --- diff --git a/Cargo.toml b/Cargo.toml index d632fc6..f5fc5a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,6 +32,7 @@ repl = ["bdk/key-value-db", "clap", "dirs-next", "env_logger", "regex", "rustyli electrum = ["bdk/electrum"] esplora = ["bdk/esplora"] compiler = ["bdk/compiler"] +async-interface = ["bdk/async-interface"] [[bin]] name = "bdk-cli"