speech-dispatcher-rs/speech-dispatcher-sys/Cargo.toml

13 lines
315 B
TOML
Raw Normal View History

2019-12-22 18:12:27 +00:00
[package]
name = "speech-dispatcher-sys"
2020-09-18 16:21:39 +00:00
version = "0.5.1"
2019-12-22 18:12:27 +00:00
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
repository = "https://gitlab.com/ndarilek/speech-dispatcher-rs"
2019-12-22 18:12:27 +00:00
description = "speech-dispatcher system bindings"
license = "LGPL-2.1"
edition = "2018"
2019-12-22 18:12:27 +00:00
[build-dependencies]
bindgen = "0.54"
2019-12-22 18:12:27 +00:00
gcc = "0.3"