tts-rs/examples/web/Cargo.toml

14 lines
320 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"
2022-06-14 18:57:53 +00:00
seed = "0.9"
tts = { path = "../.." }
wasm-bindgen = "= 0.2.80"