aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 25dbe725d0ab387c3526445ac97a466be8834c0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[workspace]
members = [
  "helix-core",
  "helix-view",
  "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