mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
7 lines
227 B
TOML
7 lines
227 B
TOML
[workspace]
|
|
members = [ "harper-cli", "harper-core", "harper-dictionary-parsing", "harper-ls", "harper-comments", "harper-wasm", "harper-tree-sitter", "harper-html"]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
strip = true
|