From e4aa3d837543cdc91b563da32c36cdc3b86529e9 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 8 Feb 2026 11:58:30 +0200 Subject: feat: auth lib --- lib/auth-service/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/auth-service/Cargo.toml (limited to 'lib/auth-service/Cargo.toml') diff --git a/lib/auth-service/Cargo.toml b/lib/auth-service/Cargo.toml new file mode 100644 index 0000000..147c2fa --- /dev/null +++ b/lib/auth-service/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "auth-service" +version = "0.1.0" +edition = "2024" +license.workspace = true +readme.workspace = true +documentation.workspace = true + +[dependencies] +oauth2 = "5.0.0" +thiserror.workspace = true -- cgit v1.2.3