mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-25 00:17:22 +02:00
17 lines
232 B
TOML
17 lines
232 B
TOML
[workspace]
|
|
members = [
|
|
"crypto",
|
|
"zssp",
|
|
"network-hypervisor",
|
|
"controller",
|
|
"service",
|
|
"vl1-service",
|
|
"utils",
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
strip = true
|
|
debug = false
|
|
codegen-units = 1
|
|
lto = true
|