moved structs to types.rs

This commit is contained in:
2026-01-12 18:50:44 +01:00
parent c0c9bc0ed9
commit 29d8f1d89e
15 changed files with 120 additions and 349 deletions

View File

@@ -3,7 +3,6 @@ pub mod types;
pub mod scraper;
pub mod storage;
pub mod helpers;
pub mod aggregation;
pub mod update_openfigi;
pub mod yahoo_company_extraction;
pub mod page_validation;