tauri/tooling/bench/tests/Cargo.toml
Lucas Fernandes Nogueira e63111b65a
chore: remove v1 references on documentation and benchmark (#7258)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
2023-06-19 09:47:51 -03:00

13 lines
161 B
TOML

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