aboutsummaryrefslogtreecommitdiffstats
path: root/lib/auth-service/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth-service/src/lib.rs')
-rw-r--r--lib/auth-service/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/auth-service/src/lib.rs b/lib/auth-service/src/lib.rs
index f7b9e80..308ce0f 100644
--- a/lib/auth-service/src/lib.rs
+++ b/lib/auth-service/src/lib.rs
@@ -1,4 +1,6 @@
pub mod client;
+mod service;
+pub use service::*;
use thiserror::Error;