2020-05-20 12:14:51 +03:00
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
"helix-core",
|
2020-09-21 12:24:16 +03:00
|
|
|
"helix-view",
|
2020-05-20 12:14:51 +03:00
|
|
|
"helix-term",
|
2021-05-09 11:52:55 +03:00
|
|
|
"helix-tui",
|
2020-09-09 08:41:12 +03:00
|
|
|
"helix-syntax",
|
2020-10-15 17:32:07 +03:00
|
|
|
"helix-lsp",
|
2020-05-20 12:14:51 +03:00
|
|
|
]
|
2020-09-12 11:44:57 +03:00
|
|
|
|
|
|
|
# Build helix-syntax in release mode to make the code path faster in development.
|
2020-09-17 08:57:49 +03:00
|
|
|
# [profile.dev.package."helix-syntax"]
|
|
|
|
# opt-level = 3
|
2021-03-29 09:22:07 +03:00
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
split-debuginfo = "unpacked"
|