gitbutler/Cargo.toml

11 lines
274 B
TOML
Raw Normal View History

2023-09-06 11:46:07 +03:00
[workspace]
members = [
"packages/butler",
"packages/tauri",
]
[profile.release]
codegen-units = 1 # Compile crates one after another so the compiler can optimize better
lto = true # Enables link to optimizations
opt-level = "s" # Optimize for binary size