Correct dev-dependencies for modular-frost

This commit is contained in:
Luke Parker 2022-11-14 19:20:56 -05:00
parent fe1f28c77a
commit 138f7cdfa4
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -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"]