summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-18 22:49:50 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-18 22:49:50 +0800
commit5372793a49567dcba7315bf8e7bc5a1cab2d5a76 (patch)
tree96d13d527835c23b978eae470e54a1d5fd15bc6d /Cargo.toml
parent2609dfe338b9bace6ff74c5efc93f684ba55a44e (diff)
Add support for reading from stdin and improve error messages
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 9a957ec..6a41f1a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,6 +67,7 @@ log.workspace = true
serde.workspace = true
thiserror.workspace = true
+atty = "0.2"
chrono = "0.4"
clap = { version = "4.5", features = ["derive"] }
colored.workspace = true