feat(cli): reexport human-panic and exitcode
cargo devel CI / cargo CI (push) Successful in 2m21s Details

This commit is contained in:
Christoph J. Scherr 2024-06-28 14:36:18 +02:00
parent 0b3610e7c5
commit a79513d1db
2 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,8 @@ clap = { version = "4.5.7", features = ["derive"] }
comfy-table = "7.1.1"
console = "0.15.8"
dialoguer = "0.11.0"
exitcode = "1.1.2"
human-panic = "2.0.0"
indicatif = "0.17.8"
libpt-log = { workspace = true, optional = true }
log = { version = "0.4.21", optional = true }

View File

@ -7,3 +7,5 @@ pub use comfy_table;
pub use console;
pub use dialoguer;
pub use indicatif;
pub use exitcode;
pub use human_panic;