diff options
| author | rtkay123 <dev@kanjala.com> | 2026-02-08 13:35:04 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-02-08 13:35:04 +0200 |
| commit | 9b0c8c23e85930ef1128e73e06713c8a36708625 (patch) | |
| tree | 87ddb6e754f3716c8736c13d0d7832fd717e6e4c /lib/auth-service/Cargo.toml | |
| parent | e4aa3d837543cdc91b563da32c36cdc3b86529e9 (diff) | |
| download | sellershut-9b0c8c23e85930ef1128e73e06713c8a36708625.tar.bz2 sellershut-9b0c8c23e85930ef1128e73e06713c8a36708625.zip | |
feat: merge config
Diffstat (limited to 'lib/auth-service/Cargo.toml')
| -rw-r--r-- | lib/auth-service/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/auth-service/Cargo.toml b/lib/auth-service/Cargo.toml index 147c2fa..8efdc57 100644 --- a/lib/auth-service/Cargo.toml +++ b/lib/auth-service/Cargo.toml @@ -7,5 +7,8 @@ readme.workspace = true documentation.workspace = true [dependencies] +secrecy = "0.10.3" oauth2 = "5.0.0" thiserror.workspace = true +tracing.workspace = true +url = { workspace = true, features = ["serde"] } |
