vosk-rs/Cargo.toml
Andrey Tkachenko 2c98558d53 Initial Draft
2020-08-17 22:09:19 +04:00

18 lines
384 B
TOML

[package]
name = "vosk"
version = "0.1.0"
authors = ["Andrey Tkachenko <andreytkachenko64@gmail.com>"]
edition = "2018"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[build-dependencies]
bindgen = "0.54.1"
cc = { version = "1.0.58", features = ["parallel"] }
[dev-dependencies]
audrey = "0.2.0"