yew/examples/js_callback/Cargo.toml

14 lines
312 B
TOML

[package]
name = "js_callback"
version = "0.1.0"
authors = ["Scott Steele <scottlsteele@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
wasm-bindgen = "0.2"
yew = { path = "../../packages/yew", features = ["csr", "tokio"] }
wasm-bindgen-futures = "0.4"
js-sys = "0.3"
once_cell = "1"