mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Fix unshell_obfuscate error. remove default encryption key error when there isn't any encryption
This commit is contained in:
@@ -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 = "../" }
|
||||
|
||||
Reference in New Issue
Block a user