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
+2 -2
View File
@@ -3,9 +3,9 @@ name = "unshell-server"
edition = "2024"
[features]
default = []
default = ["log_debug"]
log = ["unshell/log", "unshell-manager/log"]
log_debug = ["log", "unshell/log_debug", "unshell-manager/log_debug"]
log_debug = ["unshell/log_debug", "unshell-manager/log_debug"]
[dependencies]
unshell = { path = "../" }