1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-03 13:29:36 +00:00
tts-rs/winrt_bindings/Cargo.toml
2020-06-17 17:54:23 -05:00

14 lines
253 B
TOML

[package]
name = "tts_winrt_bindings"
version = "0.1.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
description = "Internal crate used by `tts`"
license = "MIT"
edition = "2018"
[dependencies]
winrt = "0.7"
[build-dependencies]
winrt = "0.7"