yew/examples/std_web/node_refs/Cargo.toml

10 lines
213 B
TOML

[package]
name = "node_refs_std_web"
version = "0.1.0"
authors = ["Justin Starry <justin.starry@icloud.com>"]
edition = "2018"
[dependencies]
yew = { path = "../../..", features = ["std_web"] }
stdweb = "0.4.20"