helix/Cargo.toml
Blaž Hrastnik 935cfeae57 Split parts of helix-term into helix-view.
It still largely depends on term for some types but I plan to change
that later.
2020-09-21 18:24:16 +09:00

12 lines
230 B
TOML

[workspace]
members = [
"helix-core",
"helix-view",
"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