GlobalProtect-openconnect/Cargo.toml
2023-05-24 10:07:42 +08:00

14 lines
160 B
TOML

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