Skip to content

Commit 91a19b8

Browse files
committed
re-export structopt
So users of bdk-cli don't have to add it as a dependency.
1 parent d47e38d commit 91a19b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ extern crate bdk_macros;
106106
use std::collections::BTreeMap;
107107
use std::str::FromStr;
108108

109+
pub use structopt;
109110
use structopt::StructOpt;
110111

111112
use crate::OfflineWalletSubCommand::*;

0 commit comments

Comments
 (0)