diff options
author | 2025-05-01 02:17:47 +0100 | |
---|---|---|
committer | 2025-05-01 02:17:47 +0100 | |
commit | 6943577ec5169b04d8a24726fd87e85fc5b261a9 (patch) | |
tree | 0c2cf4d422bd62c4e4d1f9697766108f8a38b266 /Cargo.toml | |
parent | 8012b20aefa1b2e52cccbc132e8e96ce6bf2b81f (diff) | |
download | macaw-web-6943577ec5169b04d8a24726fd87e85fc5b261a9.tar.gz macaw-web-6943577ec5169b04d8a24726fd87e85fc5b261a9.tar.bz2 macaw-web-6943577ec5169b04d8a24726fd87e85fc5b261a9.zip |
feat: new message composer
Diffstat (limited to '')
-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" |