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