use std::collections::HashMap; #[derive(Debug, Clone)] pub struct RuntimeConfig { pub parent_component: String, pub name: String, pub config: HashMap, }