From 91a19b8db6e4da663cc3afff23ebc0363d71f012 Mon Sep 17 00:00:00 2001 From: LLFourn Date: Wed, 17 Feb 2021 14:31:13 +1100 Subject: [PATCH] re-export structopt So users of bdk-cli don't have to add it as a dependency. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 2ef5109..8afd44a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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::*; -- 2.49.0