aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"] }