diesel working

This commit is contained in:
2026-04-12 19:39:57 +02:00
parent 23ccd3f793
commit 5a37834d4e
8 changed files with 106 additions and 5 deletions

3
src/models/mod.rs Normal file
View File

@ -0,0 +1,3 @@
mod t_file;
pub use crate::models::t_file::{GetFile, NewFile};