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

13 lines
307 B
TOML
Raw Normal View History

2019-12-22 18:12:27 +00:00
[package]
name = "speech-dispatcher-sys"
2022-01-27 16:29:10 +00:00
version = "0.6.0"
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"
2022-01-27 16:06:41 +00:00
edition = "2021"
2019-12-22 18:12:27 +00:00
[build-dependencies]
bindgen = ">= 0.54"