mirror of
https://github.com/bitcoin/bips.git
synced 2026-06-01 17:15:27 +00:00
10 lines
140 B
TOML
10 lines
140 B
TOML
|
|
[package]
|
||
|
|
name = "test-vectors"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
secp256k1 = "0.29"
|
||
|
|
hex = "0.4"
|
||
|
|
bitcoin_hashes = "0.16.0"
|