From 9b0c8c23e85930ef1128e73e06713c8a36708625 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 8 Feb 2026 13:35:04 +0200 Subject: feat: merge config --- lib/auth-service/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/auth-service/Cargo.toml') diff --git a/lib/auth-service/Cargo.toml b/lib/auth-service/Cargo.toml index 147c2fa..8efdc57 100644 --- a/lib/auth-service/Cargo.toml +++ b/lib/auth-service/Cargo.toml @@ -7,5 +7,8 @@ readme.workspace = true documentation.workspace = true [dependencies] +secrecy = "0.10.3" oauth2 = "5.0.0" thiserror.workspace = true +tracing.workspace = true +url = { workspace = true, features = ["serde"] } -- cgit v1.2.3