[chore] remove unused libloading dependency from Cargo.toml and Cargo.lock

This commit is contained in:
2025-08-08 20:18:58 +02:00
parent a0dcc239aa
commit 49f992c74b
2 changed files with 0 additions and 2 deletions

View File

@@ -26,7 +26,6 @@ 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" }
libloading = { version = "0.8" }
libc = "0.2"
[dev-dependencies]