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/profile.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/sellershut-core/src/profile.rs (limited to 'lib/sellershut-core/src/profile.rs') diff --git a/lib/sellershut-core/src/profile.rs b/lib/sellershut-core/src/profile.rs new file mode 100644 index 0000000..bf366b1 --- /dev/null +++ b/lib/sellershut-core/src/profile.rs @@ -0,0 +1,3 @@ +tonic::include_proto!("profile"); +/// Profile file descriptor +pub const PROFILE_FILE_DESCRIPTOR_SET: &[u8] = tonic::include_file_descriptor_set!("profile_descriptor"); -- cgit v1.2.3