summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2020-02-13 00:08:36 +0100
committerrabite <rabite@posteo.de>2020-02-13 00:09:18 +0100
commit0354400b66b5a0463c2cf7adbab691ab746adedb (patch)
treef7466abbf3de9e0778c111e35fd401349eb9d8b4 /Cargo.toml
parent02e767cf5079aa9f96ec71a6fb9995603a5a95e5 (diff)
fix pdf previews
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 2ae304a..bf4a32f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,6 +44,7 @@ rust-ini = "0.13"
derivative = "1.0.3"
itertools = "0.8"
nix = "0.17"
+strip-ansi-escapes = "0.1"
image = { version = "0.21.1", optional = true }