mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
13 lines
144 B
TOML
13 lines
144 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"common",
|
|
"gpclient",
|
|
"gpservice",
|
|
"gpgui/src-tauri"
|
|
]
|
|
|
|
[profile.release]
|
|
strip = true
|
|
opt-level = "z"
|