feat: added beacon operation config editor

This commit is contained in:
Andrew Rioux
2025-01-31 02:00:22 -05:00
parent 66b59531c5
commit 71b2f70686
11 changed files with 398 additions and 20 deletions
Generated
+12
View File
@@ -630,6 +630,17 @@ dependencies = [
"cfg-if",
]
[[package]]
name = "cron"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5877d3fbf742507b66bc2a1945106bd30dd8504019d596901ddd012a4dd01740"
dependencies = [
"chrono",
"once_cell",
"winnow",
]
[[package]]
name = "crossbeam-queue"
version = "0.3.12"
@@ -2984,6 +2995,7 @@ dependencies = [
"chrono",
"codee",
"console_error_panic_hook",
"cron",
"futures",
"futures-util",
"hex",