admin: expose community admin lib target

This commit is contained in:
github-ops
2026-05-15 08:02:32 +00:00
parent a1e90585b1
commit 7ebe8cae22
5 changed files with 27 additions and 28 deletions
+9
View File
@@ -0,0 +1,9 @@
pub mod app;
pub mod auth;
pub mod error;
pub mod rate_limit;
pub mod request_context;
pub mod routes;
pub mod service;
pub mod state;
pub mod storage;