Skip to content

Commit 2580013

Browse files
committed
chore(testenv): fix cargo manifest
1 parent 380bc40 commit 2580013

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

crates/testenv/Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "bdk_testenv"
33
version = "0.1.0"
44
edition = "2021"
5+
rust-version = "1.63"
6+
homepage = "https://bitcoindevkit.org"
7+
repository = "https://github.com/bitcoindevkit/bdk"
8+
documentation = "https://docs.rs/bdk_testenv"
9+
description = "Testing framework for BDK chain sources."
10+
license = "MIT OR Apache-2.0"
11+
readme = "README.md"
512

613
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
714

@@ -14,4 +21,4 @@ anyhow = { version = "1" }
1421
[features]
1522
default = ["std"]
1623
std = ["bdk_chain/std"]
17-
serde = ["bdk_chain/serde"]
24+
serde = ["bdk_chain/serde"]

0 commit comments

Comments
 (0)