docs: remove PersistBackend from docs, Cargo.toml and wallet README.md

This commit is contained in:
Steve Myers
2024-06-14 18:09:55 -05:00
parent feb27df180
commit a0bf45bef1
5 changed files with 27 additions and 23 deletions

View File

@@ -5,7 +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 PersistBackend for Bitcoin Dev Kit."
description = "A simple append-only flat file database for persisting bdk_chain data."
keywords = ["bitcoin", "persist", "persistence", "bdk", "file"]
authors = ["Bitcoin Dev Kit Developers"]
readme = "README.md"