forgot to commit new dependencies

This commit is contained in:
Jose Quesada 2023-01-02 09:01:57 -06:00
parent b894444b8d
commit 7478315970

View file

@ -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"