Add description to file_store cargo metadata

This commit is contained in:
Steve Myers 2023-03-20 12:45:33 -05:00
parent f99eb32ac5
commit 5a090fac90
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View 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"