mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
935cfeae57
It still largely depends on term for some types but I plan to change that later.
12 lines
230 B
TOML
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
|