aboutsummaryrefslogtreecommitdiffstats
path: root/lib/auth-service/Cargo.toml
blob: 8efdc576e00853c05e7213143f052e1ae63bc813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "auth-service"
version = "0.1.0"
edition = "2024"
license.workspace = true
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"] }