[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"