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:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user