mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-08 20:09:54 +00:00
Correct dev-dependencies for modular-frost
This commit is contained in:
parent
fe1f28c77a
commit
138f7cdfa4
1 changed files with 2 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue