1 2 3 4 5 6
use crate::core::config::Config; #[derive(Clone)] pub struct AppState { pub config: Config, }