feat(#2282): animated indicatif DAG progress render for hivectl wait

This commit is contained in:
damocles 2026-07-10 15:07:08 +02:00 committed by mara
commit 4fd3928506
4 changed files with 259 additions and 3 deletions

View file

@ -35,6 +35,7 @@ chrono = { version = "0.4", default-features = false, features = [
] }
clap = { version = "4", features = ["derive"] }
clap_complete = "4"
indicatif = "0.17"
hive-sh4re = { path = "hive-sh4re" }
hive-claude = { path = "hive-claude" }
thiserror = "2"