build(dependencies): add gloo-timers to cargo.toml.

This commit is contained in:
ryan 2025-01-08 02:48:11 +03:00
parent 37bc4e6ed4
commit 5306efc447
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -723,6 +723,7 @@ dependencies = [
"console_error_panic_hook", "console_error_panic_hook",
"futures", "futures",
"gloo-net 0.5.0", "gloo-net 0.5.0",
"gloo-timers",
"http 1.2.0", "http 1.2.0",
"leptos", "leptos",
"leptos_actix", "leptos_actix",

View file

@ -22,6 +22,7 @@ web-sys = { version = "0.3", features = ["Event"] }
nostr-sdk = "0.37" nostr-sdk = "0.37"
tokio = "1" tokio = "1"
gloo-net = "0.5" gloo-net = "0.5"
gloo-timers = { version = "0.2", features = ["futures"] }
futures = "0.3" futures = "0.3"
wasm-bindgen-futures = "0.4" wasm-bindgen-futures = "0.4"
serde_json="1.0.133" serde_json="1.0.133"