aboutsummaryrefslogtreecommitdiffstats
path: root/lib/auth/Cargo.toml
blob: 085293528a95b03e7dfe6c818b82f0524357f00d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "sellershut-auth"
version = "0.1.0"
edition = "2024"
license.workspace = true
documentation.workspace = true

[dependencies]
bon.workspace = true
oauth2.workspace = true
secrecy.workspace = true
thiserror.workspace = true
url.workspace = true