From 0f5dd4a0024815407d094cdc916af814cf9aadd5 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 8 Feb 2026 11:57:58 +0200 Subject: chore: sample config --- sellershut/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) 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"] } -- cgit v1.2.3