summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index d9e8179..6a86d3e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -9,6 +9,7 @@ pub struct Forgejo {
}
mod issue;
+mod admin;
mod misc;
mod notification;
mod organization;
@@ -17,6 +18,7 @@ mod repository;
mod user;
pub use issue::*;
+pub use admin::*;
pub use misc::*;
pub use notification::*;
pub use organization::*;