From 4f30128feb0715f05c103fec20aa6cba61e60984 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Tue, 10 Feb 2026 23:38:02 +0200 Subject: feat: db create account --- 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 c3b9be7..2cea550 100644 --- a/lib/auth-service/Cargo.toml +++ b/lib/auth-service/Cargo.toml @@ -10,6 +10,7 @@ documentation.workspace = true async-session.workspace = true async-trait.workspace = true oauth2 = "5.0.0" +reqwest = { workspace = true, features = ["rustls"] } secrecy = "0.10.3" serde_json = "1.0.149" shared-svc = { workspace = true, features = ["cache"] } -- cgit v1.2.3