mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 00:21:32 +03:00
e63111b65a
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
13 lines
161 B
TOML
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"
|