1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-22 16:36:05 +02:00
helix/Cargo.toml
2022-01-23 16:04:12 +09:00

22 lines
362 B
INI

[workspace]
members = [
"helix-core",
"helix-view",
"helix-term",
"helix-tui",
"helix-syntax",
"helix-lsp",
"xtask",
]
# 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"
# debug = true