1 2 3 4 5
#[derive(serde::Deserialize)] pub struct StateConfig { // redis uri pub database_uri: String, }