aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-03-07 05:41:03 +0000
committerBlaž Hrastnik2022-03-07 05:41:28 +0000
commit79caa7b72bef94bd820758b2ebc20887324f7416 (patch)
tree2bc8ad761acca271b06a73ad09bf94dba11fbc7d /Cargo.toml
parent19247ff0ec448a07b1f57b646738a606f73f61b5 (diff)
Add helix-term as default-members
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 94b8f3f9..31088f98 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,10 @@ members = [
"xtask",
]
+default-members = [
+ "helix-term"
+]
+
# Build helix-syntax in release mode to make the code path faster in development.
# [profile.dev.package."helix-syntax"]
# opt-level = 3