Better static runtime config, work on connections.

This commit is contained in:
Michael Mikovsky
2025-11-25 14:27:06 -07:00
parent dc153774e5
commit 1efa3206ae
16 changed files with 634 additions and 122 deletions
+3 -2
View File
@@ -3,7 +3,8 @@ name = "unshell-cli"
edition = "2024"
[dependencies]
unshell-lib = {path = "../unshell-lib"}
unshell-lib = {path = "../unshell-lib", features=["log_debug"]}
unshell-obfuscate = {path = "../unshell-obfuscate"}
unshell-crypt = {path = "../unshell-crypt"}
lazy_static = "1.5.0"
# lazy_static = "1.5.0"
static_init = "1.0.4"