Make unshell-obfuscate into a re-export

This commit is contained in:
Michael Mikovsky
2026-01-26 09:47:40 -07:00
parent 5d6d746985
commit 2aa61e80eb
8 changed files with 25 additions and 45 deletions
+1 -2
View File
@@ -6,14 +6,13 @@ edition = "2024"
log = ["unshell/log"]
log_debug = ["log", "unshell/log_debug"]
obfuscate = ["unshell-obfuscate/obfuscate"]
obfuscate = ["unshell/obfuscate"]
# client = ["unshell-lib/client"]
# server = ["unshell-lib/server"]
[dependencies]
unshell = {path = "../", default-features = false}
unshell-obfuscate = {path = "../unshell-obfuscate"}
bincode = "2.0.1"
libc = "0.2.178"