adding corporate data to webscraper

This commit is contained in:
2025-11-21 00:17:59 +01:00
parent 0ea3fcc3b5
commit 9d0d15f3f8
18 changed files with 2128 additions and 970 deletions

8
src/corporate/mod.rs Normal file
View File

@@ -0,0 +1,8 @@
// src/corporate/mod.rs
pub mod types;
pub mod scraper;
pub mod storage;
pub mod update;
pub use types::*;
pub use update::run_full_update;