mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
10 lines
207 B
TOML
10 lines
207 B
TOML
#TODO make speech-dispatcher work
|
|
[source]
|
|
git = "https://github.com/lesleyrs/tts-tui"
|
|
rev = "820689ba21ead76981376b7dfed17bfc59e5b013"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"speech-dispatcher",
|
|
]
|