Obfuscation macros are now defined more easily

This commit is contained in:
Michael Mikovsky
2026-02-20 15:47:58 -07:00
parent ba1772e512
commit 5a60f3f503
14 changed files with 118 additions and 84 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2024"
default = ["log"]
log = ["unshell/log"]
log_debug = ["unshell/log_debug"]
obfuscate = ["unshell/obfuscate"]
obfuscate = ["unshell/obfuscate_aes"]
[dependencies]
unshell.path = "../"