From aa8c20d501b58001a5e1b24964c62363e2112ff8 Mon Sep 17 00:00:00 2001 From: benj Date: Fri, 25 Nov 2022 16:42:16 -0800 Subject: some shell is coming together and a rough API --- src/ipl/mod.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/ipl/mod.rs (limited to 'src/ipl/mod.rs') diff --git a/src/ipl/mod.rs b/src/ipl/mod.rs new file mode 100644 index 0000000..1946995 --- /dev/null +++ b/src/ipl/mod.rs @@ -0,0 +1,2 @@ +pub mod authn; +pub mod authz; -- cgit v1.2.3