From 3831e5a42ab4e21f116537c5251582245de37f0b Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Fri, 25 Jul 2025 18:37:28 +0200 Subject: feat(lib): auth rpc --- lib/sellershut-core/src/auth.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/sellershut-core/src/auth.rs (limited to 'lib/sellershut-core/src/auth.rs') diff --git a/lib/sellershut-core/src/auth.rs b/lib/sellershut-core/src/auth.rs new file mode 100644 index 0000000..d555aab --- /dev/null +++ b/lib/sellershut-core/src/auth.rs @@ -0,0 +1,3 @@ +tonic::include_proto!("auth"); +/// Auth file descriptor +pub const AUTH_FILE_DESCRIPTOR_SET: &[u8] = tonic::include_file_descriptor_set!("auth_descriptor"); -- cgit v1.2.3