feat: added most beacon DS and listener CRUD

This commit is contained in:
Andrew Rioux
2025-01-30 20:59:14 -05:00
parent 0d6b2b4c16
commit b381261cea
26 changed files with 599 additions and 26 deletions
+2
View File
@@ -39,6 +39,7 @@ sha2 = { version = "0.10", optional = true }
hex = { version = "0.4", optional = true }
serde = "1.0"
cfg-if = "1.0.0"
rcgen = { version = "0.13.2", optional = true }
[features]
hydrate = ["leptos/hydrate", "chrono/wasmbind"]
@@ -60,6 +61,7 @@ ssr = [
"dep:pbkdf2",
"dep:sha2",
"dep:hex",
"dep:rcgen",
"leptos/ssr",
"leptos_meta/ssr",
"leptos_router/ssr",