use calibre_db::calibre::Calibre; use crate::config::Config; pub struct AppState { pub calibre: Calibre, pub config: Config, }