Nolan Darilek
ca2e0ffe5e
* 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.
13 lines
315 B
TOML
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"
|