]> Untitled Git - bdk/commitdiff
Add description to file_store cargo metadata
authorSteve Myers <steve@notmandatory.org>
Mon, 20 Mar 2023 17:45:33 +0000 (12:45 -0500)
committerSteve Myers <steve@notmandatory.org>
Mon, 20 Mar 2023 17:48:25 +0000 (12:48 -0500)
crates/file_store/Cargo.toml

index 65168730a8611c43554e80fcfdf5a113a5bfc638..79178040912c29480790ed216b4a321a37a9ff53 100644 (file)
@@ -5,6 +5,7 @@ edition = "2021"
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/bitcoindevkit/bdk"
 documentation = "https://docs.rs/bdk_file_store"
+description = "A simple append-only flat file implementation of Persist for Bitcoin Dev Kit."
 keywords = ["bitcoin", "persist", "persistence", "bdk", "file"]
 authors = ["Bitcoin Dev Kit Developers"]
 readme = "README.md"