mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
parent
9ccf683e9d
commit
87f38cafe4
15 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
[workspace]
|
||||
|
||||
members = [
|
||||
"sign/frost",
|
||||
"sign/dalek-ff-group",
|
||||
"crypto/frost",
|
||||
"crypto/dalek-ff-group",
|
||||
"coins/monero",
|
||||
]
|
||||
|
|
|
@ -20,8 +20,8 @@ curve25519-dalek = { version = "3.2", features = ["std", "simd_backend"] }
|
|||
|
||||
ff = { version = "0.11", optional = true }
|
||||
group = { version = "0.11", optional = true }
|
||||
dalek-ff-group = { path = "../../sign/dalek-ff-group", optional = true }
|
||||
frost = { path = "../../sign/frost", optional = true }
|
||||
dalek-ff-group = { path = "../../crypto/dalek-ff-group", optional = true }
|
||||
frost = { path = "../../crypto/frost", optional = true }
|
||||
|
||||
# Locked to this specific patch version due to a bug we compensate for
|
||||
monero = { version = "0.16.0", features = ["experimental"] }
|
||||
|
|
Loading…
Reference in a new issue