2023-06-28 09:38:06 +00:00
|
|
|
[workspace]
|
|
|
|
|
members = [
|
|
|
|
|
"curve25519-dalek",
|
|
|
|
|
"curve25519-dalek-derive",
|
|
|
|
|
"ed25519-dalek",
|
|
|
|
|
"x25519-dalek"
|
|
|
|
|
]
|
|
|
|
|
resolver = "2"
|
|
|
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
|
opt-level = 2
|
|
|
|
|
|
2025-07-18 14:26:13 +00:00
|
|
|
[patch.crates-io]
|
|
|
|
|
curve25519-dalek-derive = { path = "./curve25519-dalek-derive" }
|
|
|
|
|
curve25519-dalek = { path = "./curve25519-dalek" }
|
|
|
|
|
x25519-dalek = { path = "./x25519-dalek" }
|
2025-12-27 16:53:24 +00:00
|
|
|
|
|
|
|
|
# https://github.com/rust-random/rand/pull/1697
|
|
|
|
|
rand = { git = "https://github.com/rust-random/rand", rev = "99ae06fb348e5c5fee0fe41d2201bd4cbb107635" }
|
|
|
|
|
getrandom = { git = "https://github.com/rust-random/getrandom.git", rev = "f67c70110f706f80d7dd6fa52e38d0920754fe2c" }
|