mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-12 12:47:25 +08:00
11 lines
145 B
TOML
11 lines
145 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["easytier", "easytier-gui"]
|
|
|
|
[profile.dev]
|
|
panic = "unwind"
|
|
|
|
[profile.release]
|
|
panic = "unwind"
|
|
lto = true
|