summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index cf570238..e70e64f7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,6 +1,5 @@
pub mod authorization;
pub use authorization::{
- Authorizer, CedarAuthorizer, CedarEntity, CheckService, Server, generate_entities_from_api,
- write_entities_file,
+ Authorizer, CedarAuthorizer, CedarEntity, CheckService, EntitiesRepository, Server,
};