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

View File

@@ -1,6 +1,8 @@
use serde::{Deserialize, Serialize};
pub mod cli;
pub mod api;
pub mod structs;
/// A struct matching a Gitea "Release" entry
#[derive(Debug, Deserialize, Serialize)]