Fix unshell_obfuscate error. remove default encryption key error when there isn't any encryption

This commit is contained in:
Michael Mikovsky
2026-01-27 15:37:19 -07:00
parent 2edb4f3187
commit a4411d378f
7 changed files with 39 additions and 12 deletions
+1 -4
View File
@@ -4,13 +4,10 @@ edition = "2024"
[features]
log = ["unshell/log"]
log_debug = ["log", "unshell/log_debug"]
log_debug = ["unshell/log_debug"]
obfuscate = ["unshell/obfuscate"]
# client = ["unshell-lib/client"]
# server = ["unshell-lib/server"]
[dependencies]
unshell = {path = "../", default-features = false}