chore: reexport crates in TestEnv

This commit is contained in:
Wei Chen
2024-05-03 11:38:48 +08:00
parent 125959976f
commit f6218e4741
2 changed files with 6 additions and 4 deletions

View File

@@ -13,10 +13,8 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitcoincore-rpc = { version = "0.18" }
bdk_chain = { path = "../chain", version = "0.13", default-features = false }
electrsd = { version= "0.27.1", features = ["bitcoind_25_0", "esplora_a33e97e1", "legacy"] }
anyhow = { version = "1" }
[features]
default = ["std"]