diff --git a/crypto/frost/Cargo.toml b/crypto/frost/Cargo.toml index 8d13c657..e594cc99 100644 --- a/crypto/frost/Cargo.toml +++ b/crypto/frost/Cargo.toml @@ -46,6 +46,8 @@ dkg = { path = "../dkg", version = "0.2" } [dev-dependencies] serde_json = "1" +dkg = { path = "../dkg", version = "0.2", features = ["tests"] } + [features] ed25519 = ["dalek-ff-group", "ciphersuite/ed25519"] ristretto = ["dalek-ff-group", "ciphersuite/ristretto"]