GlobalProtect-openconnect/Cargo.toml
2023-06-21 16:25:51 +08:00

13 lines
146 B
TOML

[workspace]
members = [
"gpcommon",
"gpclient",
"gpservice",
"gpgui/src-tauri"
]
[profile.release]
strip = true
opt-level = "z"