summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNoah Too <41364823+krivahtoo@users.noreply.github.com>2021-11-18 18:40:19 +0300
committerGitHub <noreply@github.com>2021-11-18 10:40:19 -0500
commita3cf8fed94c0401f93aa983376c882130a2c6d02 (patch)
tree0088ad7cea7d8a872203160dfe5b48ff9e99636f /Cargo.toml
parent7a7600c7a5f423d0b0a887db80c221009a9d4990 (diff)
Add syntax highlighting to file previews (#106)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1e6ca9e..68384f7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,6 +35,7 @@ xdg = "^2"
phf = { version = "^0", features = ["macros"], optional = true }
trash = { version = "^1", optional = true }
unicode-segmentation = "^1"
+ansi-to-tui = "0.4.1"
[features]
devicons = [ "phf" ]