mirror of https://github.com/yewstack/yew
14 lines
312 B
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"
|