mirror of
https://github.com/bitcoin/bips.git
synced 2026-02-09 15:23:09 +00:00
9 lines
156 B
TOML
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"
|