aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-02-08 11:57:58 +0200
committerrtkay123 <dev@kanjala.com>2026-02-08 11:57:58 +0200
commit0f5dd4a0024815407d094cdc916af814cf9aadd5 (patch)
tree598ce70b1b4d249add688755f3ccdda3e0654f8d
parent12afe223312e74c58aa426e6d4648d4a5a071b1a (diff)
downloadsellershut-0f5dd4a0024815407d094cdc916af814cf9aadd5.tar.bz2
sellershut-0f5dd4a0024815407d094cdc916af814cf9aadd5.zip
chore: sample config
-rw-r--r--sellershut/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sellershut/Cargo.toml b/sellershut/Cargo.toml
index e6f197c..e197acb 100644
--- a/sellershut/Cargo.toml
+++ b/sellershut/Cargo.toml
@@ -8,8 +8,10 @@ documentation.workspace = true
[dependencies]
anyhow = "1.0.101"
+auth-service = { path = "../lib/auth-service" }
axum = "0.8.8"
clap = { version = "4.5.57", features = ["derive", "env"] }
+serde = { workspace = true, features = ["derive"] }
tracing.workspace = true
tracing-appender = "0.2.4"
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }