yew/examples/pub_sub/Cargo.toml

12 lines
231 B
TOML

[package]
name = "pub_sub"
version = "0.1.0"
edition = "2018"
license = "MIT OR Apache-2.0"
[dependencies]
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
wasm-logger = "0.2.0"
yew = { path = "../../packages/yew" }