From 1db0370c8fbd22eda05d4de3edef85aa33c5e238 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Mon, 7 Sep 2020 11:16:41 +0200 Subject: [PATCH] Improve the README, add examples --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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" } -- 2.49.0