blob: 147c2fa254b3dffb6a45055ce8d7f1e1de13421f (
plain)
1
2
3
4
5
6
7
8
9
10
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
|