Revert "[feat] add robust progress management utilities and new tests"

This reverts commit 9bab7b75d3.
This commit is contained in:
2025-08-12 06:00:13 +02:00
parent 97855a247b
commit 40818a091d
12 changed files with 114 additions and 1440 deletions

View File

@@ -3,6 +3,7 @@ name = "polyscribe"
version = "0.1.0"
edition = "2024"
license = "MIT"
license-file = "LICENSE"
[features]
# Default: CPU only; no GPU features enabled
@@ -26,10 +27,8 @@ chrono = { version = "0.4", features = ["clock"] }
reqwest = { version = "0.12", features = ["blocking", "json"] }
sha2 = "0.10"
# whisper-rs is always used (CPU-only by default); GPU features map onto it
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs", default-features = false }
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs" }
libc = "0.2"
indicatif = "0.17"
ctrlc = "3.4"
[dev-dependencies]
tempfile = "3"