diff options
author | 2025-04-29 20:58:02 +0100 | |
---|---|---|
committer | 2025-04-29 20:58:02 +0100 | |
commit | 22141aa6d7b0f97441a60111046d1ef7260b68dc (patch) | |
tree | 68667672a2777aec2cfcf36575b973fb3e64e7f8 /Cargo.toml | |
parent | 0e902e1f0a56e2f59cb91065a0ad8600631a1e49 (diff) | |
download | macaw-web-22141aa6d7b0f97441a60111046d1ef7260b68dc.tar.gz macaw-web-22141aa6d7b0f97441a60111046d1ef7260b68dc.tar.bz2 macaw-web-22141aa6d7b0f97441a60111046d1ef7260b68dc.zip |
fix: use_context works
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,9 +9,10 @@ filamento = { path = "../luz/filamento", features = ["serde"] } futures = "0.3.31" indexmap = "2.9.0" jid = { path = "../luz/jid" } -leptos = { version = "0.7.8", features = ["csr"] } +leptos = { version = "0.7.5", features = ["csr"] } leptos_meta = "0.7.8" leptos_reactive = { version = "0.6.15", features = ["csr"] } +reactive_stores = "0.1.8" serde = "1.0.219" stylance = "0.6.0" thiserror = "2.0.12" |