mirror of
https://github.com/saymrwulf/anza-cryptography-source.git
synced 2026-09-04 20:24:04 +00:00
* refactor and merge curve and ed crates * fmt * ci * fmt again * ci * Update bench.rs * fix ubuntu
10 lines
138 B
TOML
10 lines
138 B
TOML
[workspace]
|
|
members = [
|
|
"curve25519/curve25519-cuda",
|
|
"curve25519/solana-ed25519",
|
|
]
|
|
resolver = "2"
|
|
|
|
[profile.dev]
|
|
opt-level = 2
|
|
|