Files
frost/frost-taproot/Cargo.toml
T
2026-02-19 15:06:22 -08:00

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"