summaryrefslogtreecommitdiffstats
path: root/lib/sellershut-core/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-07-26 10:20:06 +0200
committerrtkay123 <dev@kanjala.com>2025-07-26 10:20:06 +0200
commit9b9d94205d3e55a5e8a765674ef464e80f3e40fb (patch)
treec63a236d82694dbf7a621fafeb13c2da988bccd2 /lib/sellershut-core/Cargo.toml
parent8398104fd50b236619a0c20b7c9b7991ea855917 (diff)
downloadsellershut-9b9d94205d3e55a5e8a765674ef464e80f3e40fb.tar.bz2
sellershut-9b9d94205d3e55a5e8a765674ef464e80f3e40fb.zip
feat(profile): create service
Diffstat (limited to 'lib/sellershut-core/Cargo.toml')
-rw-r--r--lib/sellershut-core/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sellershut-core/Cargo.toml b/lib/sellershut-core/Cargo.toml
index b5e1bb9..1b7d5f7 100644
--- a/lib/sellershut-core/Cargo.toml
+++ b/lib/sellershut-core/Cargo.toml
@@ -18,6 +18,7 @@ tonic-types = "0.13.0"
[features]
default = []
auth = []
+profile = []
serde = ["dep:serde", "serde/derive", "serde_json"]
time = [
"dep:time",