aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* feat: embed Windows icon and add build resources0.1.0-release魏曹先生2026-06-221-5/+89
|
* feat: add cpal-based auto device detection and configuration魏曹先生2026-06-221-12/+482
|
* feat: add TOML config file support with CLI fallback魏曹先生2026-06-211-0/+2
|
* feat(cli): add --models-dir option for custom model path魏曹先生2026-06-211-1/+1
|
* feat: add pinyin conversion for Chinese output魏曹先生2026-06-201-0/+7
|
* feat: add verbose mode and update vtx-engine dependency魏曹先生2026-06-201-1/+1
| | | | | | | - Enable whisper.cpp C library logs when verbose flag is set - Replace direct eprintln usage with debug_log macro for non-error messages - Update vtx-engine dependency to latest commit
* feat: implement core capture engine with CLI and output protocols魏曹先生2026-06-201-2/+74
|
* chore: scaffold initial Rust project with Cargo and CLI structure魏曹先生2026-06-201-0/+3142