1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-18 03:06:05 +02:00
helix/Cargo.toml
2020-09-17 16:32:40 +09:00

11 lines
214 B
INI

[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