From 460a463d15e76fe9e3e7ceac1c2afc6c0069a5d2 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 10 Jul 2025 13:48:51 -0600 Subject: refactor: move gitlab types to a separate module --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index e70e64f7..3681a859 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,5 @@ pub mod authorization; +pub mod gitlab; pub use authorization::{ Authorizer, CedarAuthorizer, CedarEntity, CheckService, EntitiesRepository, Server, -- cgit v1.2.3