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

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