diff options
author | rtkay123 <dev@kanjala.com> | 2025-07-27 18:16:41 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-07-27 18:16:41 +0200 |
commit | 3c4d17cf2840c643b8cd111ef775750cc5ae83b3 (patch) | |
tree | 2b7d25b24d94141a6d9255426d4f973cced5d278 /lib/sellershut-core/src/profile.rs | |
parent | e26d87f4fa18999c6bcfbcf32cfa85adab11acdd (diff) | |
download | sellershut-3c4d17cf2840c643b8cd111ef775750cc5ae83b3.tar.bz2 sellershut-3c4d17cf2840c643b8cd111ef775750cc5ae83b3.zip |
refactor: profile -> users
Diffstat (limited to 'lib/sellershut-core/src/profile.rs')
-rw-r--r-- | lib/sellershut-core/src/profile.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/sellershut-core/src/profile.rs b/lib/sellershut-core/src/profile.rs deleted file mode 100644 index 06484d9..0000000 --- a/lib/sellershut-core/src/profile.rs +++ /dev/null @@ -1,4 +0,0 @@ -tonic::include_proto!("profile"); -/// Profile file descriptor -pub const PROFILE_FILE_DESCRIPTOR_SET: &[u8] = - tonic::include_file_descriptor_set!("profile_descriptor"); |