From 034cb934375e789a54a22c34b37426ffe9affd4b Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 16 Jul 2025 14:09:57 -0600 Subject: fix: revert back to envoy-types crate --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 700d339e..918543dd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,5 @@ pub mod authorization; pub mod gitlab; -pub mod rpc; pub use authorization::cedar::{Authorizer as CedarAuthorizer, CedarEntity, EntitiesRepository}; pub use authorization::spice::Authorizer as SpiceAuthorizer; -- cgit v1.2.3