helix/Cargo.toml
2020-09-17 16:32:40 +09:00

11 lines
214 B
TOML

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