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

@@ -23,7 +23,7 @@ curve25519-dalek = { version = "3", features = ["std"] }
group = { version = "0.12", optional = true }
dalek-ff-group = { path = "../../crypto/dalek-ff-group", optional = true }
transcript = { path = "../../crypto/transcript", optional = true }
transcript = { package = "transcript-trait", path = "../../crypto/transcript", optional = true }
frost = { package = "modular-frost", path = "../../crypto/frost", features = ["ed25519"], optional = true }
monero = "0.16"