1
1
mirror of https://github.com/tauri-apps/tauri.git synced 2024-12-18 16:11:38 +03:00
tauri/tooling/bench/tests/Cargo.toml

12 lines
146 B
TOML
Raw Normal View History

[workspace]
members = [
"./*/src-tauri/",
]
[profile.release]
panic = "abort"
codegen-units = 1
lto = true
incremental = false
opt-level = "s"