Skip to content

Commit 6e940f7

Browse files
committed
improve lib meta data
1 parent 748456e commit 6e940f7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
name = "bdk_rpc_client"
33
version = "0.1.0"
44
edition = "2024"
5+
rust-version = "1.85.0"
6+
homepage = "https://bitcoindevkit.org"
7+
repository = "https://github.com/bitcoindevkit/bdk-rpc-client"
8+
documentation = "https://docs.rs/bdk_rpc_client"
9+
description = "A minimal production-ready bitcoind RPC client for Bitcoin Dev Kit."
10+
license = "MIT OR Apache-2.0"
11+
readme = "README.md"
512

613
[dependencies]
714
corepc-types = { version = "0.10.1", features = ["default"]}
815
jsonrpc = { version = "0.18.0", features = ["simple_http", "simple_tcp", "minreq_http", "simple_uds", "proxy"] }
916

1017
[features]
11-
v30 = [ ]
18+
v30_0 = [ ]

0 commit comments

Comments
 (0)