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