diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,11 +5,12 @@ edition = "2024" [dependencies] console_error_panic_hook = "0.1.7" -filamento = { path = "../luz/filamento", features = ["serde"] } +filamento = { path = "../luz/filamento", features = ["serde", "reactive_stores"] } futures = "0.3.31" indexmap = "2.9.0" jid = { path = "../luz/jid" } leptos = { version = "0.7.5", features = ["csr"] } +leptos-use = "0.15.7" leptos_meta = "0.7.8" leptos_reactive = { version = "0.6.15", features = ["csr"] } reactive_stores = "0.1.8" |