mirror of
https://github.com/dndx/phantun.git
synced 2025-04-04 11:09:29 +08:00
16 lines
167 B
TOML
16 lines
167 B
TOML
[workspace]
|
|
|
|
resolver = "2"
|
|
|
|
members = [
|
|
"fake-tcp",
|
|
"phantun",
|
|
]
|
|
|
|
[profile.release]
|
|
strip = true
|
|
opt-level = "z"
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = "abort"
|