12 lines
223 B
TOML
12 lines
223 B
TOML
[package]
|
|
name = "frost-taproot"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
k256 = { version = "0.13", features = ["arithmetic", "hash2curve", "schnorr"] }
|
|
sha2 = "0.10"
|
|
rand = "0.8"
|
|
thiserror = "1"
|
|
signature = "2"
|