Co-authored-by: kjuulh <contact@kjuulh.io> Reviewed-on: https://git.front.kjuulh.io/kjuulh/octopush/pulls/38
9 lines
109 B
Rust
9 lines
109 B
Rust
pub mod apis;
|
|
pub mod builder;
|
|
pub mod client;
|
|
|
|
pub mod models {
|
|
pub use gitea_raw_client::models::*;
|
|
}
|
|
|