Work on payload editor

This commit is contained in:
Michael Mikovsky
2025-11-26 12:48:23 -07:00
parent 0a3e3d9765
commit 3d9332059a
10 changed files with 742 additions and 921 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ bincode = "2.0.1"
unshell-obfuscate = {path = "../unshell-obfuscate"}
chrono = "0.4.42"
serde = {version = "1.0.228", features=["derive"]}
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
libc = "0.2.177"
rand = "0.9.2"
+1 -1
View File
@@ -21,7 +21,7 @@ pub struct PayloadConfig {
pub runtime_config: Vec<RuntimeConfig>,
}
#[derive(Debug, Clone, Encode, Decode)]
#[derive(Debug, Clone, Encode, Decode, serde::Deserialize, serde::Serialize)]
pub struct RuntimeConfig {
pub parent_component: String,
pub name: String,