diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-18 22:49:50 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-18 22:49:50 +0800 |
| commit | 5372793a49567dcba7315bf8e7bc5a1cab2d5a76 (patch) | |
| tree | 96d13d527835c23b978eae470e54a1d5fd15bc6d /Cargo.toml | |
| parent | 2609dfe338b9bace6ff74c5efc93f684ba55a44e (diff) | |
Add support for reading from stdin and improve error messages
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
