chore: add meta data to bitcoind_rpc crate
This commit is contained in:
parent
2e4bc3c5e2
commit
3569acca0b
@ -2,6 +2,13 @@
|
|||||||
name = "bdk_bitcoind_rpc"
|
name = "bdk_bitcoind_rpc"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
3
crates/bitcoind_rpc/README.md
Normal file
3
crates/bitcoind_rpc/README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# BDK Bitcoind RPC
|
||||||
|
|
||||||
|
This crate is used for emitting blockchain data from the `bitcoind` RPC interface.
|
Loading…
x
Reference in New Issue
Block a user