mirror of https://github.com/yewstack/yew
20 lines
398 B
TOML
20 lines
398 B
TOML
[package]
|
|
name = "function_todomvc"
|
|
version = "0.1.0"
|
|
authors = ["Drew Hutton <drew.hutton@pm.me>"]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
strum = "0.25"
|
|
strum_macros = "0.25"
|
|
gloo = "0.8"
|
|
yew = { path = "../../packages/yew", features = ["csr"] }
|
|
|
|
[dependencies.web-sys]
|
|
version = "0.3"
|
|
features = [
|
|
"HtmlInputElement",
|
|
]
|