(Broken) Work on new dynamic runtime config system

This commit is contained in:
Michael Mikovsky
2025-11-12 17:39:11 -07:00
parent 258599c9c7
commit 920a0f78e9
14 changed files with 319 additions and 93 deletions
+9 -10
View File
@@ -3,8 +3,15 @@ name = "unshell-lib"
edition = "2024"
[features]
default = ["client", "server"]
# Components
client = []
server = []
log_debug = []
[dependencies]
# Base dependencies
libloading = {version = "0.8.9"}
@@ -12,13 +19,5 @@ bincode = "2.0.1"
unshell-obfuscate = {path = "../unshell-obfuscate"}
chrono = "0.4.42"
# Crypt dependencies
aes = "0.8.4"
block-padding = "0.4.1"
cbc = "0.1.2"
getrandom = "0.3.4"
hex = "0.4.3"
hex-literal = "1.1.0"
sha2 = "0.10.9"
#
serde = {version = "1.0.228", features=["derive"]}
serde_json = "1.0.145"