From: Dominik Spicher Date: Fri, 7 Aug 2020 14:02:32 +0000 (+0200) Subject: [examples] Add missing dependency for compiler example X-Git-Tag: 0.1.0-beta.1~15 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/enum.PaddingError.html?a=commitdiff_plain;h=09914cccb5b8a32f90e4e4c335b1149bd2e5f143;p=bdk-cli [examples] Add missing dependency for compiler example --- diff --git a/Cargo.toml b/Cargo.toml index 8db2878..ee6d121 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ js-sys = "0.3" [features] minimal = [] -compiler = ["miniscript/compiler"] +compiler = ["clap", "miniscript/compiler"] default = ["key-value-db", "electrum"] electrum = ["electrum-client"] esplora = ["reqwest", "futures"]