Skip to content

Commit

Permalink
Add feature to enable async-interface
Browse files Browse the repository at this point in the history
This is useful for making handle_online_wallet_subcommand async.
  • Loading branch information
LLFourn committed Feb 17, 2021
1 parent 732cd10 commit 2fbb421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2fbb421

Please sign in to comment.