Skip to content

Commit 3569acc

Browse files
committed
chore: add meta data to bitcoind_rpc crate
1 parent 2e4bc3c commit 3569acc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

crates/bitcoind_rpc/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "bdk_bitcoind_rpc"
33
version = "0.1.0"
44
edition = "2021"
5+
rust-version = "1.57"
6+
homepage = "https://bitcoindevkit.org"
7+
repository = "https://github.com/bitcoindevkit/bdk"
8+
documentation = "https://docs.rs/bdk_bitcoind_rpc"
9+
description = "This crate is used for emitting blockchain data from the `bitcoind` RPC interface."
10+
license = "MIT OR Apache-2.0"
11+
readme = "README.md"
512

613
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
714

crates/bitcoind_rpc/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# BDK Bitcoind RPC
2+
3+
This crate is used for emitting blockchain data from the `bitcoind` RPC interface.

0 commit comments

Comments
 (0)