Fix Ethereum, again

This commit is contained in:
Luke Parker
2023-03-07 06:25:21 -05:00
parent 1e201562df
commit 62dfc63532
3 changed files with 8 additions and 7 deletions

View File

@@ -39,6 +39,7 @@ dleq = { path = "../dleq", version = "0.2", features = ["serialize"] }
dkg = { path = "../dkg", version = "0.2" }
[dev-dependencies]
hex = "0.4"
serde_json = "1"
dkg = { path = "../dkg", version = "0.2", features = ["tests"] }