summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 06662d9..4b80be7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"