mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
12 lines
231 B
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" }
|