feat: add gitea API client and DTO bundle fetch

This commit is contained in:
2026-04-08 22:53:48 +08:00
parent 2b9c50af2e
commit 442b699b0f
7 changed files with 1707 additions and 9 deletions
+1
View File
@@ -4,6 +4,7 @@ use clap::Parser;
pub mod cli;
pub mod error;
pub mod gitea;
pub mod model;
pub mod output;
pub mod render;