feat: add human-panic

This commit is contained in:
rzmk 2025-09-03 01:16:52 -04:00
parent d88656056f
commit fe656fc242
3 changed files with 298 additions and 8 deletions

View file

@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
anyhow = "1.0.99"
clap = { version = "4.5.45", features = ["derive"] }
human-panic = "2.0.3"
inquire = "0.7.5"
owo-colors = { version = "4.2.2", features = ["supports-colors"] }
rust-ini = "0.21.2"