chore: add meta data to bitcoind_rpc crate

This commit is contained in:
Steve Myers 2023-10-12 09:33:34 -05:00
parent 2e4bc3c5e2
commit 3569acca0b
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051
2 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,13 @@
name = "bdk_bitcoind_rpc"
version = "0.1.0"
edition = "2021"
rust-version = "1.57"
homepage = "https://bitcoindevkit.org"
repository = "https://github.com/bitcoindevkit/bdk"
documentation = "https://docs.rs/bdk_bitcoind_rpc"
description = "This crate is used for emitting blockchain data from the `bitcoind` RPC interface."
license = "MIT OR Apache-2.0"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -0,0 +1,3 @@
# BDK Bitcoind RPC
This crate is used for emitting blockchain data from the `bitcoind` RPC interface.