[chore] remove unused libloading
dependency from Cargo.toml and Cargo.lock
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1079,7 +1079,6 @@ dependencies = [
|
|||||||
"clap_complete",
|
"clap_complete",
|
||||||
"clap_mangen",
|
"clap_mangen",
|
||||||
"libc",
|
"libc",
|
||||||
"libloading",
|
|
||||||
"reqwest",
|
"reqwest",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
|
@@ -26,7 +26,6 @@ reqwest = { version = "0.12", features = ["blocking", "json"] }
|
|||||||
sha2 = "0.10"
|
sha2 = "0.10"
|
||||||
# whisper-rs is always used (CPU-only by default); GPU features map onto it
|
# whisper-rs is always used (CPU-only by default); GPU features map onto it
|
||||||
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs" }
|
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs" }
|
||||||
libloading = { version = "0.8" }
|
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
Reference in New Issue
Block a user