helix/Cargo.toml
Blaž Hrastnik 8adcf5083f wip
2020-12-03 13:04:42 +09:00

13 lines
245 B
TOML

[workspace]
members = [
"helix-core",
"helix-view",
"helix-term",
"helix-syntax",
"helix-lsp",
]
# Build helix-syntax in release mode to make the code path faster in development.
# [profile.dev.package."helix-syntax"]
# opt-level = 3