monorepo/visions/yew-app/Cargo.toml

12 lines
256 B
TOML
Raw Normal View History

2025-02-17 23:28:18 +00:00
[package]
name = "yew-app"
version = "0.1.0"
edition = "2021"
[dependencies]
gloo-net = "0.6.0"
serde = { version = "1.0.217", features = ["derive"] }
wasm-bindgen-futures = "0.4.50"
yew = { git = "https://github.com/yewstack/yew/", features = ["csr"] }