summaryrefslogtreecommitdiffstats
path: root/lib/sellershut-core/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-07-27 18:16:41 +0200
committerrtkay123 <dev@kanjala.com>2025-07-27 18:16:41 +0200
commit3c4d17cf2840c643b8cd111ef775750cc5ae83b3 (patch)
tree2b7d25b24d94141a6d9255426d4f973cced5d278 /lib/sellershut-core/Cargo.toml
parente26d87f4fa18999c6bcfbcf32cfa85adab11acdd (diff)
downloadsellershut-3c4d17cf2840c643b8cd111ef775750cc5ae83b3.tar.bz2
sellershut-3c4d17cf2840c643b8cd111ef775750cc5ae83b3.zip
refactor: profile -> users
Diffstat (limited to 'lib/sellershut-core/Cargo.toml')
-rw-r--r--lib/sellershut-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sellershut-core/Cargo.toml b/lib/sellershut-core/Cargo.toml
index 1b7d5f7..0be2ce7 100644
--- a/lib/sellershut-core/Cargo.toml
+++ b/lib/sellershut-core/Cargo.toml
@@ -18,7 +18,7 @@ tonic-types = "0.13.0"
[features]
default = []
auth = []
-profile = []
+users = []
serde = ["dep:serde", "serde/derive", "serde_json"]
time = [
"dep:time",