summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f579da3..c629414 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,8 +49,9 @@ env_logger = "0.11"
# Async
tokio = { version = "1", features = ["full"] }
-# Color
-colored = "2.0"
+# Display
+colored = "3.0"
+strip-ansi-escapes = "0.2.1"
# i18n
rust-i18n = "3"