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