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
+3 -2
View File
@@ -3,13 +3,14 @@ name = "unshell-lib"
edition = "2024"
[features]
default = ["client", "server"]
default = ["client", "server", "log_debug"]
# Components
client = []
server = []
log_debug = []
log = []
log_debug = ["log"]
obfuscate = ["unshell-obfuscate/obfuscate"]