introduce JobsCache

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-03-08 20:45:00 -05:00
parent 5cdf3698d2
commit badf3070c8
3 changed files with 160 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ pub mod contacts;
pub mod gif;
pub mod icons;
pub mod images;
pub mod jobs;
pub mod mention;
pub mod note;
pub mod profile;