speech-dispatcher-rs/speech-dispatcher-sys/Cargo.toml
Nolan Darilek ca2e0ffe5e Upgrades and refactors.
* Bump editions to 2018.
* Bump dependencies and crate versions.
* Implement callbacks.
* Return message IDs when speaking, or `None` in case of errors.
* Add callbacks to example.
2020-08-19 17:28:22 -05:00

13 lines
315 B
TOML

[package]
name = "speech-dispatcher-sys"
version = "0.5.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs"
description = "speech-dispatcher system bindings"
license = "LGPL-2.1"
edition = "2018"
[build-dependencies]
bindgen = "0.54"
gcc = "0.3"