mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-13 05:07:23 +08:00
16 lines
262 B
TOML
16 lines
262 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["easytier", "easytier-gui/src-tauri"]
|
|
default-members = [ "easytier" ]
|
|
|
|
[profile.dev]
|
|
panic = "unwind"
|
|
|
|
[profile.release]
|
|
panic = "unwind"
|
|
# panic = "abort"
|
|
# lto = true
|
|
# codegen-units = 1
|
|
# strip = true
|
|
# opt-level = "z"
|