1 2 3 4 5 6 7 8
pub mod analysis; pub mod ingestion; pub mod pricing; pub mod recommendations; pub mod sqlite_store; #[cfg(feature = "analytics-ui")] pub mod tauri;