mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
12 lines
210 B
TOML
12 lines
210 B
TOML
[package]
|
|
name = "multi_thread"
|
|
version = "0.1.0"
|
|
authors = ["Denis Kolodin <deniskolodin@gmail.com>"]
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
web_logger = "0.1"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
yew = { path = "../.." }
|