summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-12-26 11:37:24 -0500
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-12-27 22:06:00 -0500
commit8bae4a1ceda7dd7f4c603b736403322a0c37c3a0 (patch)
tree5e545b5df56ed653873dca49c1089f1497b2f26d /Cargo.toml
parentfee0ce69e528ad157c86405e98f4906d07de3409 (diff)
fix crash if ansi to tui fails
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index abcf47e..5a1c1b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ xdg = "^2"
phf = { version = "^0", features = ["macros"], optional = true }
trash = { version = "^1", optional = true }
unicode-segmentation = "^1"
-ansi-to-tui = "^0"
+ansi-to-tui = { git = "https://github.com/uttarayan21/ansi-to-tui" } # "^0"
notify = "5.0.0-pre.13"
[features]