From 9b9d94205d3e55a5e8a765674ef464e80f3e40fb Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sat, 26 Jul 2025 10:20:06 +0200 Subject: feat(profile): create service --- lib/sellershut-core/src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/sellershut-core/src/lib.rs') 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; -- cgit v1.2.3