mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
12 lines
245 B
TOML
12 lines
245 B
TOML
[package]
|
|
name = "effect"
|
|
version = "0.1.0"
|
|
authors = ["Henry Zimmerman <zimhen7@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4.8"
|
|
web_logger = "0.2.0"
|
|
yew = { path = "../../../yew" }
|
|
yewtil = { path = "../..", features = ["effect"] }
|