Payload config, disable all logs feature

This commit is contained in:
Michael Mikovsky
2025-11-23 22:40:06 -07:00
parent f34ac017ce
commit 11045522b8
8 changed files with 81 additions and 10 deletions
+8 -1
View File
@@ -272,6 +272,12 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "libc"
version = "0.2.177"
@@ -465,8 +471,9 @@ checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
[[package]]
name = "unshell-cli"
version = "0.1.0"
version = "0.0.0"
dependencies = [
"lazy_static",
"unshell-crypt",
"unshell-lib",
"unshell-obfuscate",