anza-cryptography-source/Cargo.toml
zz-sol 7518f90e7a
Skeleton for cryptography repo (#1)
* Initial commit

* skeleton
2026-03-07 15:52:28 -05:00

11 lines
No EOL
156 B
TOML

[workspace]
members = [
"curve25519-cuda",
"curve25519",
"curve25519-derive",
"ed25519-heea",
]
resolver = "2"
[profile.dev]
opt-level = 2