mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
11 lines
214 B
TOML
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
|