Get dynamic component loading working

This commit is contained in:
Michael Mikovsky
2025-11-14 09:43:41 -07:00
parent cc2b2960e8
commit f34ac017ce
13 changed files with 119 additions and 82 deletions
+5 -3
View File
@@ -7,7 +7,10 @@ edition = "2024"
[features]
obfuscate = ["unshell-obfuscate/obfuscate"]
log_debug = ["unshell-lib/log_debug"]
# default = ["obfuscate"]
client = ["unshell-lib/client"]
server = ["unshell-lib/server"]
[dependencies]
env_logger = "0.11.8"
@@ -15,7 +18,7 @@ lazy_static = "1.5.0"
libloading = "0.8.9"
proc-macro2 = "1.0.103"
unshell-lib = {path = "../unshell-lib"}
unshell-lib = {path = "../unshell-lib", default-features = false}
unshell-obfuscate = {path = "../unshell-obfuscate"}
[profile.release]
@@ -26,4 +29,3 @@ codegen-units = 1
panic = "abort"
debug = false # Remove debug
trim-paths="all"
# panic=immediate-abort