mirror of
https://github.com/tamasfe/taplo.git
synced 2025-12-23 12:26:50 +00:00
12 lines
227 B
TOML
12 lines
227 B
TOML
[workspace]
|
|
exclude = ["util/schema-gen", "util/test-gen"]
|
|
members = ["taplo-lsp", "taplo-cli", "taplo", "lsp-async-stub"]
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
lto = true
|
|
opt-level = 3
|
|
|
|
[profile.bench]
|
|
lto = true
|
|
opt-level = 3
|