Create new module layout based on Gitea's own

This commit is contained in:
2025-05-27 20:40:13 -05:00
parent b26436d5be
commit 351c4902ae
7 changed files with 37 additions and 0 deletions

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

@@ -0,0 +1,3 @@
pub mod release;
pub mod repo;