yew/examples/contexts/Cargo.toml
Tim Kurdov a2786b1e14
Improve Context API docs (#3409)
* improved context API docs, added example of struct component context producer

* forgot to commit that oops
2023-09-23 14:56:06 +02:00

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" }