feat: add gitea client stub

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-07-29 23:54:12 +02:00
parent 5e26707e42
commit 2edb804d8d
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@

View File

@ -1,3 +1,4 @@
pub mod command;
pub mod git_client;
pub mod gitea_client;
pub mod ui;

View File

@ -1,5 +1,6 @@
pub mod command;
pub mod git_client;
pub mod gitea_client;
pub mod ui;
use command::Command;