redox/recipes/wip/tools/tts-tui/recipe.toml
2024-02-11 14:08:48 +00:00

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",
]