mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
forgot to commit new dependencies
This commit is contained in:
parent
b894444b8d
commit
7478315970
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ description = "DOM operations for the Leptos web framework."
|
|||
|
||||
[dependencies]
|
||||
cfg-if = "1"
|
||||
drain_filter_polyfill = "0.1"
|
||||
educe = "0.4"
|
||||
futures = "0.3"
|
||||
gloo = "0.8"
|
||||
|
@ -17,6 +18,7 @@ indexmap = "1.9"
|
|||
itertools = "0.10"
|
||||
js-sys = "0.3"
|
||||
leptos_reactive = { path = "../leptos_reactive", default-features = false, version = "0.1.0-alpha" }
|
||||
once_cell = "1"
|
||||
pad-adapter = "0.1"
|
||||
paste = "1"
|
||||
rustc-hash = "1.1.0"
|
||||
|
|
Loading…
Reference in a new issue