use serde::{Deserialize, Serialize}; #[derive(Serialize, Deserialize)] pub struct Config { pub gate_open: bool }