1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-23 04:46:05 +02:00
helix/Cargo.toml

21 lines
351 B
INI

[workspace]
members = [
"helix-core",
"helix-view",
"helix-term",
"helix-tui",
"helix-syntax",
"helix-lsp",
"helix-dap",
]
# Build helix-syntax in release mode to make the code path faster in development.
# [profile.dev.package."helix-syntax"]
# opt-level = 3
[profile.dev]
split-debuginfo = "unpacked"
[profile.release]
lto = "thin"