19 lines
482 B
TOML
19 lines
482 B
TOML
[package]
|
|
name = "participant"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
frost-ed25519 = { version = "0.6.0", features = ["serde"] }
|
|
reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "8534e283acf0015cc2450e2a6b49685a3bb3145d", features = ["frost"] }
|
|
hex = "0.4"
|
|
rand = "0.8"
|
|
exitcode = "1.1.2"
|
|
serde_json = "1.0"
|
|
|
|
[features]
|
|
redpallas = []
|
|
default = []
|