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
+2 -1
View File
@@ -15,7 +15,8 @@ server = ["unshell-lib/server"]
[dependencies]
lazy_static = "1.5.0"
# lazy_static = "1.5.0"
static_init = "1.0.4"
unshell-lib = {path = "../unshell-lib", default-features = false}
unshell-obfuscate = {path = "../unshell-obfuscate"}