This commit is contained in:
2026-06-27 15:16:09 -04:00
parent 97cf3f62ad
commit ef9f88e72c
2 changed files with 162 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ diesel-async = { version = "0.9.1", optional = true, features = ["postgres", "de
diesel_migrations = { version = "2.3.2", optional = true }
dioxus = { version = "0.7.9", features = ["router", "fullstack"] }
dotenvy = { version = "0.15.7", optional = true }
fred = { version = "10.1.0", optional = true }
lucide-dioxus = { version = "3.11.0", features = ["notifications"] }
pbkdf2 = { version = "0.13.0", optional = true, features = ["getrandom", "phc"] }
rand = "0.10.1"
@@ -35,6 +36,7 @@ server = [
"dep:diesel-async",
"dep:diesel_migrations",
"dep:dotenvy",
"dep:fred",
"dep:pbkdf2",
"dep:tokio",
]