diff options
| author | rtkay123 <dev@kanjala.com> | 2026-02-09 13:25:17 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-02-09 13:25:17 +0200 |
| commit | bac76a98bf4e90610d0a7105d2ebe6872dc147d4 (patch) | |
| tree | 341a1a31bd20741f781d48e01f7ded253bf34caf /lib/auth-service/Cargo.toml | |
| parent | 253c5631ae09fd5ad9fd6b3eff104e6099d4676c (diff) | |
| download | sellershut-bac76a98bf4e90610d0a7105d2ebe6872dc147d4.tar.bz2 sellershut-bac76a98bf4e90610d0a7105d2ebe6872dc147d4.zip | |
feat: svc crate
Diffstat (limited to 'lib/auth-service/Cargo.toml')
| -rw-r--r-- | lib/auth-service/Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
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"] } |
