Correct monero/processor dependencies

This commit is contained in:
Luke Parker
2022-06-19 07:52:03 -04:00
parent b49f8cbe4f
commit 71fca06120
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ serde_json = "1.0"
curve25519-dalek = { version = "3", features = ["std"] }
blake2 = "0.10"
transcript = { path = "../crypto/transcript" }
transcript = { package = "transcript-trait", path = "../crypto/transcript" }
dalek-ff-group = { path = "../crypto/dalek-ff-group" }
frost = { package = "modular-frost", path = "../crypto/frost" }