add utils for uploading media

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-01-22 14:49:43 -05:00
parent 5aa1c982cd
commit b1aaeecdc2
2 changed files with 448 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ mod frame_history;
mod images;
mod key_parsing;
pub mod login_manager;
mod media_upload;
mod multi_subscriber;
mod nav;
mod post;