]> Untitled Git - bdk/commitdiff
chore: add meta data to bitcoind_rpc crate
authorSteve Myers <steve@notmandatory.org>
Thu, 12 Oct 2023 14:33:34 +0000 (09:33 -0500)
committerSteve Myers <steve@notmandatory.org>
Thu, 12 Oct 2023 14:33:34 +0000 (09:33 -0500)
crates/bitcoind_rpc/Cargo.toml
crates/bitcoind_rpc/README.md [new file with mode: 0644]

index 8f163168ead0a932d0fe76fd52df91083abadb96..7b91be1f3c6f58f8a4180098294f31c1565ae6fe 100644 (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
 
diff --git a/crates/bitcoind_rpc/README.md b/crates/bitcoind_rpc/README.md
new file mode 100644 (file)
index 0000000..12de870
--- /dev/null
@@ -0,0 +1,3 @@
+# BDK Bitcoind RPC
+
+This crate is used for emitting blockchain data from the `bitcoind` RPC interface.