feat(application): add wrapup stats computation engine

This commit is contained in:
2026-06-02 21:44:46 +02:00
parent 4df78221a8
commit 8c31a2b829
6 changed files with 474 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ pub mod person;
pub mod search;
pub mod users;
pub mod watchlist;
pub mod wrapup;
#[cfg(test)]
pub mod test_helpers;