helix-mods/Cargo.toml

11 lines
210 B
TOML
Raw Normal View History

2020-05-20 11:14:51 +02:00
[workspace]
members = [
"helix-core",
"helix-term",
"helix-syntax",
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.
[profile.dev.package."helix-syntax"]
opt-level = 3