helix-mirror/Cargo.toml

12 lines
230 B
TOML
Raw Normal View History

2020-05-20 13:14:51 +04:00
[workspace]
members = [
"helix-core",
"helix-view",
2020-05-20 13:14:51 +04:00
"helix-term",
"helix-syntax",
2020-05-20 13:14:51 +04:00
]
2020-09-12 12:44:57 +04:00
# Build helix-syntax in release mode to make the code path faster in development.
2020-09-17 09:57:49 +04:00
# [profile.dev.package."helix-syntax"]
# opt-level = 3