diff options
author | Kirawi | 2024-02-11 17:38:09 +0000 |
---|---|---|
committer | GitHub | 2024-02-11 17:38:09 +0000 |
commit | 786b5c533e32cfe88dbf8742fdbc18829fb46334 (patch) | |
tree | 3f59fdd093729bf868cd96623867a6392686cd83 /helix-term/Cargo.toml | |
parent | 581a1ebf5d327c1128fe6c283578e8f36a4b5fb5 (diff) |
follow neovim's truecolor detection (#9577)
Diffstat (limited to 'helix-term/Cargo.toml')
-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 a0d6754d..f3343b7a 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -42,6 +42,7 @@ signal-hook = "0.3" tokio-stream = "0.1" futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false } arc-swap = { version = "1.6.0" } +termini = "1" # Logging fern = "0.6" |