feat: prep work for web UI

This commit is contained in:
Andrew Rioux
2025-01-22 01:21:54 -05:00
parent 53019f6fc9
commit 8499c0aee9
13 changed files with 676 additions and 98 deletions
+7
View File
@@ -19,6 +19,10 @@ tower-http = { version = "0.5", features = ["fs"], optional = true }
wasm-bindgen = "=0.2.95"
thiserror = "1"
http = "1"
axum-server = { version = "0.7.1", features = ["tokio-rustls"], optional = true }
tracing-subscriber = { version = "0.3.19", features = ["chrono", "env-filter", "serde", "tracing", "tracing-serde"], optional = true }
structopt = { version = "0.3", optional = true }
anyhow = "1.0.95"
[features]
hydrate = ["leptos/hydrate"]
@@ -28,6 +32,9 @@ ssr = [
"dep:tower",
"dep:tower-http",
"dep:leptos_axum",
"dep:axum-server",
"dep:tracing-subscriber",
"dep:structopt",
"leptos/ssr",
"leptos_meta/ssr",
"leptos_router/ssr",