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

This commit is contained in:
2025-08-12 04:12:53 +02:00
parent e954902aa9
commit df6faf6436
3 changed files with 5 additions and 52 deletions

View File

@@ -33,7 +33,6 @@ 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]