taplo/Cargo.toml
2020-12-08 17:39:27 +01:00

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