]> Untitled Git - bdk-cli/commitdiff
re-export structopt
authorLLFourn <lloyd.fourn@gmail.com>
Wed, 17 Feb 2021 03:31:13 +0000 (14:31 +1100)
committerLLFourn <lloyd.fourn@gmail.com>
Fri, 26 Feb 2021 01:30:03 +0000 (12:30 +1100)
So users of bdk-cli don't have to add it as a dependency.

src/lib.rs

index 2ef51096c82349bde324e268573cd22380ec8e83..8afd44a39b32d71e0dbfcbc3d24365641a0cd30c 100644 (file)
@@ -106,6 +106,7 @@ extern crate bdk_macros;
 use std::collections::BTreeMap;
 use std::str::FromStr;
 
+pub use structopt;
 use structopt::StructOpt;
 
 use crate::OfflineWalletSubCommand::*;