mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-14 13:47:24 +08:00
1. fix ospf route panic if no ipv4 assigned. 2. should refetch global peer latency map every 60s 3. remove regex dep because it's too large and unnecessary.
16 lines
259 B
TOML
16 lines
259 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"
|