Unofficial_ChatGPT_Client/Cargo.toml

10 lines
182 B
TOML

[workspace]
members = ["src-tauri"]
# fix: mac v1.2.0 can not copy/paste
# https://github.com/tauri-apps/tauri/issues/5669
[profile.release]
strip = true
lto = true
opt-level = "s"