tts-rs/examples/web/Cargo.toml

13 lines
294 B
TOML
Raw Normal View History

2021-03-16 22:33:01 +00:00
[package]
name = "web"
version = "0.1.0"
authors = ["Nolan Darilek <nolan@thewordnerd.info>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-03-31 15:39:39 +00:00
console_log = "0.2"
log = "0.4"
2021-03-16 22:33:01 +00:00
seed = "0.8"
tts = { path = "../.." }