summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-05-01 02:17:47 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-05-01 02:17:47 +0100
commit6943577ec5169b04d8a24726fd87e85fc5b261a9 (patch)
tree0c2cf4d422bd62c4e4d1f9697766108f8a38b266 /Cargo.toml
parent8012b20aefa1b2e52cccbc132e8e96ce6bf2b81f (diff)
downloadmacaw-web-6943577ec5169b04d8a24726fd87e85fc5b261a9.tar.gz
macaw-web-6943577ec5169b04d8a24726fd87e85fc5b261a9.tar.bz2
macaw-web-6943577ec5169b04d8a24726fd87e85fc5b261a9.zip
feat: new message composer
Diffstat (limited to '')
-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"