mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-01 00:29:37 +00:00
14 lines
253 B
TOML
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"
|