Convert to no_std, add request type

This commit is contained in:
Michael Mikovsky
2026-03-17 16:40:05 -06:00
parent 3a5605bc0d
commit f3a59f5082
8 changed files with 261 additions and 99 deletions
+7 -2
View File
@@ -36,13 +36,18 @@ obfuscate_ref = ["ush-obfuscate/obfuscate_ref"]
[dependencies]
chrono = { workspace = true, optional = true }
serde = { workspace = true }
serde_json = { workspace = true }
# serde = { workspace = true }
# serde_json = { workspace = true }
crossbeam-channel = "0.5.15"
ush-obfuscate = { path = "./ush-obfuscate" }
static_init.workspace = true
rkyv = "0.8.15"
unix-print = {version = "0.1.0" }
# unshell-crypt = {path = "./unshell-crypt"}
[workspace.dependencies]