mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* improved context API docs, added example of struct component context producer * forgot to commit that oops
10 lines
217 B
TOML
10 lines
217 B
TOML
[package]
|
|
name = "contexts"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
yew = { path = "../../packages/yew", features = ["csr"] }
|
|
yew-agent = { path = "../../packages/yew-agent" }
|