mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
12 lines
348 B
TOML
12 lines
348 B
TOML
[package]
|
|
name = "function_delayed_input"
|
|
version = "0.1.0"
|
|
authors = ["Ruslan Sibgatullin <info@pudding.pro>"]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
gloo-timers = { version = "0.3.0", features = ["futures"] }
|
|
web-sys = { version = "0.3.67", features = ["Window"]}
|
|
yew = { path = "../../packages/yew", features = ["csr"] }
|