1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-06-18 17:49:24 +02:00
helix/Cargo.toml

22 lines
362 B
INI
Raw Normal View History

2020-05-20 11:14:51 +02:00
[workspace]
members = [
"helix-core",
"helix-view",
2020-05-20 11:14:51 +02:00
"helix-term",
"helix-tui",
"helix-syntax",
2020-10-15 16:32:07 +02:00
"helix-lsp",
2021-11-17 14:30:11 +01:00
"xtask",
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
[profile.dev]
split-debuginfo = "unpacked"
[profile.release]
lto = "thin"
# debug = true