Skip to content

Commit 36a4549

Browse files
committed
Add feature to enable async-interface
This is useful for making handle_online_wallet_subcommand async.
1 parent 88e2d7d commit 36a4549

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ repl = ["bdk/key-value-db", "clap", "dirs-next", "env_logger", "regex", "rustyli
3232
electrum = ["bdk/electrum"]
3333
esplora = ["bdk/esplora"]
3434
compiler = ["bdk/compiler"]
35+
async-interface = ["bdk/async-interface"]
3536

3637
[[bin]]
3738
name = "bdk-cli"

0 commit comments

Comments
 (0)