Colorize the output!

This commit is contained in:
2025-07-02 22:06:36 -05:00
parent ea046c929f
commit b82cfdb822
2 changed files with 16 additions and 8 deletions

View File

@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
clap = { version = "4.0.7", features = ["derive", "env"] }
colored = "2.0.0"
reqwest = { version = "0.11.13", features = ["json", "stream", "multipart"] }
serde = { version = "1.0.152", features = ["derive"] }
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }