1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-02-09 15:23:09 +00:00
bips/bip-0346/ref-impl/Cargo.toml
2026-01-22 22:59:40 -03:00

9 lines
156 B
TOML

[package]
name = "txhash-ref"
version = "0.0.0"
edition = "2021"
[dependencies]
bitcoin = { version = "=0.32.8", features = [ "serde" ] }
serde_json = "1"