Move server setup into router_setup
All checks were successful
Push Workflows / rustfmt (push) Successful in 5s
Push Workflows / tailwind-build (push) Successful in 8s
Push Workflows / docs (push) Successful in 33s
Push Workflows / clippy (push) Successful in 31s
Push Workflows / test (push) Successful in 57s
Push Workflows / build (push) Successful in 1m25s
Push Workflows / nix-build (push) Successful in 5m17s

Remove tokio (dioxus::serve provides a runtime)
This commit is contained in:
2026-06-27 18:51:44 -04:00
parent d52c4cbe9e
commit f2a1296454
4 changed files with 18 additions and 30 deletions

View File

@@ -24,7 +24,6 @@ pbkdf2 = { version = "0.13.0", optional = true, features = ["getrandom", "phc"]
rand = "0.10.1"
serde = { version = "1.0.228", features = ["derive"] }
thiserror = "2.0.18"
tokio = { version = "1.52.3", optional = true, features = ["rt-multi-thread"] }
tracing = "0.1.44"
[features]
@@ -40,7 +39,6 @@ server = [
"dep:dotenvy",
"dep:fred",
"dep:pbkdf2",
"dep:tokio",
]
# Disabled until supported