From bac76a98bf4e90610d0a7105d2ebe6872dc147d4 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Mon, 9 Feb 2026 13:25:17 +0200 Subject: feat: svc crate --- lib/auth-service/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib/auth-service/Cargo.toml') diff --git a/lib/auth-service/Cargo.toml b/lib/auth-service/Cargo.toml index 8efdc57..e972312 100644 --- a/lib/auth-service/Cargo.toml +++ b/lib/auth-service/Cargo.toml @@ -7,8 +7,13 @@ readme.workspace = true documentation.workspace = true [dependencies] -secrecy = "0.10.3" +async-session = "3.0.0" +async-trait.workspace = true oauth2 = "5.0.0" +secrecy = "0.10.3" +shared-svc = { workspace = true, features = ["cache"] } +sqlx.workspace = true thiserror.workspace = true +time.workspace = true tracing.workspace = true url = { workspace = true, features = ["serde"] } -- cgit v1.2.3