diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-20 20:11:52 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-20 20:11:52 +0800 |
| commit | dbeac25149b52a6a069ad29dd75204c8953b365c (patch) | |
| tree | 51deb16eafde53273b6b89f4a0da06c87982c4f5 /Cargo.lock | |
| parent | 90595bbed2b0fdfda45980dc7ebff8c4eb11dcbd (diff) | |
feat: add pinyin conversion for Chinese output
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -576,6 +576,7 @@ name = "dumb-voice-protocol" version = "0.1.0" dependencies = [ "clap", + "pinyin", "tokio", "tracing-subscriber", "vtx-engine", @@ -1600,6 +1601,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" [[package]] +name = "pinyin" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e225f595052d9c46045755be4b8d7950b6d9f3c33e0c0b74ba58f11bbfa8c64b" + +[[package]] name = "pipewire" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
