mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
10 lines
234 B
TOML
10 lines
234 B
TOML
[package]
|
|
name = "communication_parent_to_child"
|
|
version = "0.0.1"
|
|
authors = ["Marcel Ibes <mibes@mibesco.com>"]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
yew = { path = "../../packages/yew", features = ["csr"] }
|