display file info

This commit is contained in:
2026-04-14 00:39:00 +02:00
parent 5a37834d4e
commit 52a14a71d6
16 changed files with 376 additions and 317 deletions

View File

@ -0,0 +1,5 @@
mod create;
pub use create::UploadFile;
mod info;
pub use info::FileInfo;