helix/Cargo.toml

20 lines
336 B
TOML
Raw Normal View History

2020-05-20 12:14:51 +03:00
[workspace]
members = [
"helix-core",
"helix-view",
2020-05-20 12:14:51 +03:00
"helix-term",
"helix-tui",
"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
[profile.dev]
split-debuginfo = "unpacked"
[profile.release]
lto = "thin"