leptos chat ui renders

This commit is contained in:
geoffsee
2025-08-31 18:50:25 -04:00
parent 2b4a8a9df8
commit 64daa77c6b
5 changed files with 536 additions and 12 deletions

View File

@@ -15,6 +15,11 @@ leptos_axum = { version = "0.8.0", optional = true }
leptos_meta = { version = "0.8.0" }
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
wasm-bindgen = { version = "=0.2.100", optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12", features = ["json"] }
web-sys = { version = "0.3", features = ["console"] }
gloo-net = { version = "0.6", features = ["http"] }
[features]
hydrate = [