mirror of
https://github.com/saymrwulf/anza-cryptography-source.git
synced 2026-09-03 20:13:46 +00:00
11 lines
156 B
TOML
11 lines
156 B
TOML
|
|
[workspace]
|
||
|
|
members = [
|
||
|
|
"curve25519-cuda",
|
||
|
|
"curve25519",
|
||
|
|
"curve25519-derive",
|
||
|
|
"ed25519-heea",
|
||
|
|
]
|
||
|
|
resolver = "2"
|
||
|
|
|
||
|
|
[profile.dev]
|
||
|
|
opt-level = 2
|