mirror of
https://github.com/zerotier/zssp.git
synced 2026-05-22 16:28:40 -07:00
14 lines
163 B
TOML
14 lines
163 B
TOML
[workspace]
|
|
members = [
|
|
"performance",
|
|
"reference",
|
|
]
|
|
resolver = "2"
|
|
|
|
[profile.bench]
|
|
opt-level = 3
|
|
strip = true
|
|
debug = true
|
|
codegen-units = 1
|
|
lto = true
|