Ready Home Tab

This commit is contained in:
Malte Schröder
2025-12-18 15:03:27 +01:00
parent e7f1b4b566
commit 9dba343301
11 changed files with 284 additions and 25 deletions

View File

@@ -14,12 +14,14 @@ chrono = { version = "0.4.42", features = ["clock"] }
getrandom = { version = "0.3", features = ["wasm_js"] }
bcrypt = { version = "0.17", optional = true }
console_error_panic_hook = { version = "0.1", optional = true }
wasm-bindgen = { version = "=0.2.105", optional = true }
wasm-bindgen = { version = "0.2.106", optional = true }
axum = { version = "0.8.0", optional = true }
leptos_axum = { version = "0.8.0", optional = true }
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls", "sqlite", "chrono"], optional = true }
serde = "1.0.228"
web-sys = { version = "0.3.83", features = ["Window", "Document", "Element", "HtmlElement"] }
gloo-events = "0.1"
[features]
hydrate = ["leptos/hydrate", "dep:console_error_panic_hook", "dep:wasm-bindgen"]