tts-rs/winrt_bindings/Cargo.toml

14 lines
270 B
TOML
Raw Normal View History

[package]
name = "tts_winrt_bindings"
2021-01-22 17:28:42 +00:00
version = "0.3.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
description = "Internal crate used by `tts`"
license = "MIT"
edition = "2018"
[dependencies]
windows = "0.4"
[build-dependencies]
windows = "0.4"