aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: db3530c94ad58dc5164f9c605a179d250bc817d5 (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