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 380bc40 commit 2580013Copy full SHA for 2580013
crates/testenv/Cargo.toml
@@ -2,6 +2,13 @@
2
name = "bdk_testenv"
3
version = "0.1.0"
4
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"
12
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
@@ -14,4 +21,4 @@ anyhow = { version = "1" }
21
[features]
15
22
default = ["std"]
16
23
std = ["bdk_chain/std"]
17
-serde = ["bdk_chain/serde"]
24
+serde = ["bdk_chain/serde"]
0 commit comments