From: Alekos Filini Date: Tue, 22 Sep 2020 14:12:09 +0000 (+0200) Subject: [descriptor] Add descriptor templates, add `DerivableKey` X-Git-Tag: v0.1.0~43 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.EncoderStringWriter.html?a=commitdiff_plain;h=90155c4181cac46cef7c49c85e5905e5865174e8;p=bdk-cli [descriptor] Add descriptor templates, add `DerivableKey` --- diff --git a/Cargo.toml b/Cargo.toml index 8d18e37..3c633af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,6 +85,6 @@ members = ["macros", "testutils", "testutils-macros"] # Generate docs with nightly to add the "features required" badge # https://stackoverflow.com/questions/61417452/how-to-get-a-feature-requirement-tag-in-the-documentation-generated-by-cargo-do [package.metadata.docs.rs] -features = ["compiler", "electrum", "esplora", "compact_filters", "key-value-db"] +features = ["compiler", "electrum", "esplora", "compact_filters", "key-value-db", "all-keys"] # defines the configuration attribute `docsrs` rustdoc-args = ["--cfg", "docsrs"]