mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
9 lines
152 B
TOML
9 lines
152 B
TOML
[workspace]
|
|
members = ["tuic", "tuic-quinn", "tuic-server", "tuic-client"]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
strip = true
|
|
codegen-units = 1
|
|
panic = "abort"
|