summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-03-05 19:23:43 -0500
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-03-05 19:23:43 -0500
commitee19a3271423cf96fe55a536844141b6d8599dfc (patch)
tree3108190a26c88113112aaca0d725dc39856bda8b /Cargo.toml
parent2bf53a9bb133c2a142729f10350000e238d442e6 (diff)
remove ansi-to-tui git version
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 5ca1ccd..6cb5224 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 = { git = "https://github.com/uttarayan21/ansi-to-tui", optional = true } # "^0"
+ansi-to-tui = { version = "^0", optional = true }
notify = "5.0.0-pre.13"
[features]