build(dependencies): add gloo-timers to cargo.toml.
This commit is contained in:
parent
37bc4e6ed4
commit
5306efc447
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -723,6 +723,7 @@ dependencies = [
|
|||
"console_error_panic_hook",
|
||||
"futures",
|
||||
"gloo-net 0.5.0",
|
||||
"gloo-timers",
|
||||
"http 1.2.0",
|
||||
"leptos",
|
||||
"leptos_actix",
|
||||
|
|
|
@ -22,6 +22,7 @@ web-sys = { version = "0.3", features = ["Event"] }
|
|||
nostr-sdk = "0.37"
|
||||
tokio = "1"
|
||||
gloo-net = "0.5"
|
||||
gloo-timers = { version = "0.2", features = ["futures"] }
|
||||
futures = "0.3"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
serde_json="1.0.133"
|
||||
|
|
Loading…
Add table
Reference in a new issue