From a9630ecdc459068ca51ee2d7be3837d609840842 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Mon, 9 Feb 2026 17:54:46 +0200 Subject: feat: connect to database --- lib/auth-service/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/auth-service/Cargo.toml') diff --git a/lib/auth-service/Cargo.toml b/lib/auth-service/Cargo.toml index e972312..d35d17e 100644 --- a/lib/auth-service/Cargo.toml +++ b/lib/auth-service/Cargo.toml @@ -11,6 +11,7 @@ async-session = "3.0.0" async-trait.workspace = true oauth2 = "5.0.0" secrecy = "0.10.3" +serde_json = "1.0.149" shared-svc = { workspace = true, features = ["cache"] } sqlx.workspace = true thiserror.workspace = true -- cgit v1.2.3