summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6082cd6..92ed9ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,6 +53,9 @@ tokio = { version = "1", features = ["full"] }
colored = "3.0"
strip-ansi-escapes = "0.2.1"
+# Terminal
+crossterm = "0.27"
+
# i18n
rust-i18n = "3"