mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-04 20:24:07 +00:00
21 lines
459 B
TOML
21 lines
459 B
TOML
[workspace]
|
|
members = [
|
|
"curve25519-dalek",
|
|
"curve25519-dalek-derive",
|
|
"ed25519-dalek",
|
|
"x25519-dalek"
|
|
]
|
|
resolver = "2"
|
|
|
|
[profile.dev]
|
|
|
|
opt-level = 2
|
|
|
|
[patch.crates-io.getrandom]
|
|
path = "../xous-core/imports/getrandom"
|
|
|
|
# Until they release 0.5.2, we need to use master due to is-terminal
|
|
[patch.crates-io.criterion]
|
|
git = "https://github.com/bheisler/criterion.rs"
|
|
rev = "b913e232edd98780961ecfbae836ec77ede49259"
|
|
features = ["html_reports"]
|