We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4bc3c commit 3569accCopy full SHA for 3569acc
crates/bitcoind_rpc/Cargo.toml
@@ -2,6 +2,13 @@
2
name = "bdk_bitcoind_rpc"
3
version = "0.1.0"
4
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"
12
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
crates/bitcoind_rpc/README.md
@@ -0,0 +1,3 @@
1
+# BDK Bitcoind RPC
+
+This crate is used for emitting blockchain data from the `bitcoind` RPC interface.
0 commit comments