[package] name = "tests" version = "0.1.0" edition = "2021" [dependencies] frost-ed25519 = { version = "0.6.0", features = ["serde"] } reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "5ea1293bb8df90c8a19dedf7ab5510903650dda9", features = ["frost"] } hex = "0.4" rand = "0.8" exitcode = "1.1.2" serde_json = "1.0" [dev-dependencies] frost-ed25519 = { version = "0.6.0", features = ["serde"] } dkg = { path = "../dkg"} trusted-dealer = { path = "../trusted-dealer"} participant = { path = "../participant"} coordinator = { path = "../coordinator"} rand = "0.8"