From: Alekos Filini Date: Mon, 7 Sep 2020 09:16:41 +0000 (+0200) Subject: Improve the README, add examples X-Git-Tag: 0.1.0-beta.1~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/enum.HexToArrayError.html?a=commitdiff_plain;h=1db0370c8fbd22eda05d4de3edef85aa33c5e238;p=bdk-cli Improve the README, add examples --- diff --git a/Cargo.toml b/Cargo.toml index bb24548..18ebba9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,6 +51,7 @@ async-interface = ["async-trait"] # Debug/Test features debug-proc-macros = ["magical-macros/debug", "testutils-macros/debug"] test-electrum = ["electrum"] +test-md-docs = ["base64", "electrum"] [dev-dependencies] testutils = { path = "./testutils" }