Skip to content

Commit

Permalink
chore: add meta data to bitcoind_rpc crate
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Oct 12, 2023
1 parent 2e4bc3c commit 3569acc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crates/bitcoind_rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions crates/bitcoind_rpc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# BDK Bitcoind RPC

This crate is used for emitting blockchain data from the `bitcoind` RPC interface.

0 comments on commit 3569acc

Please sign in to comment.