Revert "[refactor] remove dialoguer dependency; migrate selection prompts to cliclack"

This reverts commit df6faf6436.
This commit is contained in:
2025-08-12 06:00:10 +02:00
parent 278ca1b523
commit 6b72bd64c0
3 changed files with 52 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ whisper-rs = { git = "https://github.com/tazz4843/whisper-rs", default-features
libc = "0.2"
indicatif = "0.17"
ctrlc = "3.4"
dialoguer = "0.11"
cliclack = "0.3"
[dev-dependencies]