From 6943577ec5169b04d8a24726fd87e85fc5b261a9 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 1 May 2025 02:17:47 +0100 Subject: feat: new message composer --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit