feat: add gitea client stub
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
5e26707e42
commit
2edb804d8d
1
crates/cuddle-please/src/gitea_client.rs
Normal file
1
crates/cuddle-please/src/gitea_client.rs
Normal file
@ -0,0 +1 @@
|
||||
|
@ -1,3 +1,4 @@
|
||||
pub mod command;
|
||||
pub mod git_client;
|
||||
pub mod gitea_client;
|
||||
pub mod ui;
|
||||
|
@ -1,5 +1,6 @@
|
||||
pub mod command;
|
||||
pub mod git_client;
|
||||
pub mod gitea_client;
|
||||
pub mod ui;
|
||||
|
||||
use command::Command;
|
||||
|
Loading…
Reference in New Issue
Block a user