This commit is contained in:
Florian THIERRY
2026-07-13 22:52:40 +02:00
parent b5a95b0fa3
commit ab4960c79c
7 changed files with 181 additions and 1 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
pub mod configuration;
pub mod user;
pub mod user;
pub mod video;
+1
View File
@@ -0,0 +1 @@
pub mod model;
+4
View File
@@ -0,0 +1,4 @@
pub struct Video {
filename: String,
}