feat(ui): add colored output and tables for project info

This commit is contained in:
hdbg
2025-12-04 19:07:57 +01:00
parent bf0ae1b3ee
commit bc37b58d80
6 changed files with 222 additions and 34 deletions

View File

@@ -9,6 +9,8 @@ license = "MIT"
[dependencies]
bollard = "0.19.4"
clap = { version = "4.5.53", features = ["derive"] }
colored = "3.0.0"
comfy-table = "7.2.1"
futures = "0.3.31"
indicatif = { version = "0.18.3", features = ["improved_unicode"] }
miette = { version = "7.6.0", features = ["fancy"] }