use domain::ports::{TabFetcherPort, TabParserPort}; use std::sync::Arc; pub struct ParseTabDeps { pub fetcher: Arc, pub parser: Arc, }