diff options
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"] } |
