Files
archived-tauri/tooling/bench/tests/Cargo.toml
Amr Bashir 70306dc79b ci: check toml formatting with taplo-cli (#10787)
* ci: check toml formatting with taplo-cli

* change name of job

* { workspace = true } -> .workspace = true

* add taplo.toml
2024-08-26 21:46:05 -03:00

11 lines
156 B
TOML

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