From 0e902e1f0a56e2f59cb91065a0ad8600631a1e49 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sat, 26 Apr 2025 14:57:41 +0100 Subject: before removing leptos-query --- Cargo.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c42775a..5dc98c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,10 +4,18 @@ version = "0.1.0" edition = "2024" [dependencies] -filamento = { path = "../luz/filamento" } +console_error_panic_hook = "0.1.7" +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_meta = "0.7.8" +leptos_reactive = { version = "0.6.15", features = ["csr"] } +serde = "1.0.219" stylance = "0.6.0" thiserror = "2.0.12" tokio = { version = "1.44.2", features = ["sync"] } +tracing = "0.1.41" +tracing-wasm = "0.2.1" +uuid = { version = "1.16.0", features = ["v4"] } -- cgit