summaryrefslogtreecommitdiffstats
path: root/lib/sellershut-core/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sellershut-core/src/lib.rs')
-rw-r--r--lib/sellershut-core/src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sellershut-core/src/lib.rs b/lib/sellershut-core/src/lib.rs
index ee2ed9b..c300495 100644
--- a/lib/sellershut-core/src/lib.rs
+++ b/lib/sellershut-core/src/lib.rs
@@ -10,4 +10,8 @@
#[cfg(feature = "auth")]
pub mod google;
+/// Interactions with Auth server
pub mod auth;
+
+/// Interactions with Profile server
+pub mod profile;