aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: adebb50d25099c20aeb09b738fca1698614be71b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[workspace]
members = [
  "helix-core",
  "helix-term",
  "helix-syntax",
]

# Build helix-syntax in release mode to make the code path faster in development.
[profile.dev.package."helix-syntax"]
opt-level = 3