This commit is contained in:
Michael Mikovsky
2026-02-16 10:52:27 -07:00
parent 3e8c5dc994
commit 02f2f20f9f
13 changed files with 1671 additions and 74 deletions
+3
View File
@@ -37,6 +37,7 @@ obfuscate = ["ush-obfuscate/obfuscate"]
chrono = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
uuid = { workspace = true }
crossbeam-channel = "0.5.15"
@@ -52,6 +53,8 @@ chrono = "0.4.42"
serde = {version = "1.0.228", features = ["derive"]}
serde_json = "1.0.145"
uuid = { version = "1.0", features = ["v4", "serde"] }
static_init = "1.0.4"
toml = "0.9.9"