From de1f82b30f64a7da1ae16e0b28f1a04475e217d7 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 16 Jul 2025 08:43:10 -0600 Subject: refactor: move cedar code into a separate module --- src/lib.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 3681a859..026d999c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,5 @@ pub mod authorization; pub mod gitlab; -pub use authorization::{ - Authorizer, CedarAuthorizer, CedarEntity, CheckService, EntitiesRepository, Server, -}; +pub use authorization::cedar::{CedarAuthorizer, CedarEntity, EntitiesRepository}; +pub use authorization::{Authorizer, CheckService, Server}; -- cgit v1.2.3