]> Untitled Git - bdk-cli/commitdiff
[descriptor] Add descriptor templates, add `DerivableKey`
authorAlekos Filini <alekos.filini@gmail.com>
Tue, 22 Sep 2020 14:12:09 +0000 (16:12 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Thu, 24 Sep 2020 07:53:54 +0000 (09:53 +0200)
Cargo.toml

index 8d18e379f7329e78be02596586936f3f0c6f974a..3c633af514bf66e0833172b7f93e646c2dc7f16b 100644 (file)
@@ -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"]