mirror of https://github.com/yewstack/yew
13 lines
311 B
TOML
13 lines
311 B
TOML
[package]
|
|
name = "js_callback_std_web"
|
|
version = "0.1.0"
|
|
authors = ["Scott Steele <scottlsteele@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
yew = { path = "../../..", features = ["std_web"] }
|
|
stdweb = "^0.4.20"
|
|
|
|
[target.'cfg(all(target_arch = "wasm32", not(cargo_web)))'.dependencies]
|
|
wasm-bindgen = "0.2.58"
|