From: LLFourn Date: Wed, 17 Feb 2021 03:31:13 +0000 (+1100) Subject: re-export structopt X-Git-Tag: v0.2.0~4 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/-sqlite-db-configuration/struct.EncoderStringWriter.html?a=commitdiff_plain;h=91a19b8db6e4da663cc3afff23ebc0363d71f012;p=bdk-cli re-export structopt So users of bdk-cli don't have to add it as a dependency. --- 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::*;