summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-26 14:57:41 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-26 14:57:41 +0100
commit0e902e1f0a56e2f59cb91065a0ad8600631a1e49 (patch)
tree278db82117155bcded77e746e192bf523ef890fd /Cargo.toml
parentb1fc29669b54d544e02d2d73b8dc841d43a5c92a (diff)
downloadmacaw-web-0e902e1f0a56e2f59cb91065a0ad8600631a1e49.tar.gz
macaw-web-0e902e1f0a56e2f59cb91065a0ad8600631a1e49.tar.bz2
macaw-web-0e902e1f0a56e2f59cb91065a0ad8600631a1e49.zip
before removing leptos-query
Diffstat (limited to '')
-rw-r--r--Cargo.toml10
1 files changed, 9 insertions, 1 deletions
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"] }