From 33bb7130943b5f74b3b0f08c5e6d8f7c5e54d4c0 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sun, 1 Jun 2025 20:17:57 +0100 Subject: feat: switch to leptos-fetch for state management --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4e894ed..a9a6319 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ futures = "0.3.31" indexmap = "2.9.0" jid = { path = "../luz/jid" } leptos = { version = "0.8.2", features = ["csr"] } +leptos-fetch = "0.4.2" # leptos-use = "0.15.7" # leptos_meta = "0.8.2" # reactive_graph = "0.2.2" -- cgit