Skip to content

Commit

Permalink
minor(cargo): omit unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-msp committed Apr 13, 2024
1 parent 2a2ae1e commit 6893cf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 207 deletions.
205 changes: 0 additions & 205 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ anyhow = "1.0.81"
cpal = "0.14.0"
hound = "3.5.1"
itertools = "0.12.1"
linfa = "0.7.0"
# linfa = "0.7.0"
thiserror = "1.0.58"
webrtc-vad = "0.4.0"
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs", branch = "master", features = [ "metal", "whisper-cpp-log" ] }
sttx = { git = "https://github.com/dev-msp/sttx", branch = "main" }
clap = { version = "4.5.4", features = ["derive"] }
regex = "1.10.4"
tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = "0.3.18"
env_logger = "0.11.3"
log = "0.4.21"
crossbeam = "0.8.4"
Expand Down

0 comments on commit 6893cf7

Please sign in to comment.