mirror of
https://github.com/yewstack/yew.git
synced 2026-01-18 16:16:48 +00:00
Updates to using the latest stable gloo, in some cases removing dependencies on `master` branch. Removes `weblog` in favour of `gloo_console`, where applicable.
15 lines
357 B
TOML
15 lines
357 B
TOML
[package]
|
|
name = "multi_thread"
|
|
version = "0.1.0"
|
|
authors = ["Denis Kolodin <deniskolodin@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
wasm-logger = "0.2"
|
|
yew = { path = "../../packages/yew" }
|
|
yew-agent = { path = "../../packages/yew-agent" }
|
|
gloo-timers = "0.2"
|