1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Fixup Cargo.toml

Following https://github.com/romanz/electrs/pull/913#discussion_r1285065594
This commit is contained in:
Roman Zeyde 2023-08-05 22:27:02 +03:00
parent 2c1ed3c6b9
commit 2e6191e229

View File

@ -23,7 +23,7 @@ spec = "internal/config_specification.toml"
[dependencies]
anyhow = "1.0"
bitcoin = { version = "0.30.0", features = ["serde", "rand-std"] }
bitcoin_slices = { version = "0.6", features =["bitcoin","sha2"] }
bitcoin_slices = { version = "0.6", features =["bitcoin", "sha2"] }
bitcoincore-rpc = "0.17.0"
configure_me = "0.4"
crossbeam-channel = "0.5"