diff options
Diffstat (limited to 'helix-term')
-rw-r--r-- | helix-term/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 75edd723..d42db188 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -10,6 +10,7 @@ license = "MPL-2.0" [features] embed_runtime = ["helix-core/embed_runtime"] +debug = ["helix-core/debug", "helix-view/debug"] [[bin]] name = "hx" |