feat: added new packages

This commit is contained in:
Andrew Rioux
2025-02-01 15:59:56 -05:00
parent f5afd60086
commit b416f35b63
28 changed files with 425 additions and 358 deletions
+3
View File
@@ -42,6 +42,8 @@ cfg-if = "1.0.0"
rcgen = { version = "0.13.2", optional = true }
cron = { version = "0.15.0", optional = true }
sparse-handler = { path = "../sparse-handler", optional = true }
[features]
hydrate = ["leptos/hydrate", "chrono/wasmbind"]
ssr = [
@@ -64,6 +66,7 @@ ssr = [
"dep:hex",
"dep:rcgen",
"dep:cron",
"dep:sparse-handler",
"leptos/ssr",
"leptos_meta/ssr",
"leptos_router/ssr",