From 5a090fac904fff2c77c1384c9480e3d98394022d Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Mon, 20 Mar 2023 12:45:33 -0500 Subject: [PATCH] Add description to file_store cargo metadata --- crates/file_store/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/file_store/Cargo.toml b/crates/file_store/Cargo.toml index 65168730a..791780409 100644 --- a/crates/file_store/Cargo.toml +++ b/crates/file_store/Cargo.toml @@ -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"