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