aboutsummaryrefslogtreecommitdiffstats
path: root/lib/auth-service/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth-service/Cargo.toml')
-rw-r--r--lib/auth-service/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
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