mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-10 09:12:56 +08:00
17 lines
409 B
TOML
17 lines
409 B
TOML
[package]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
name = "warpgate-sso"
|
|
version = "0.4.0"
|
|
|
|
[dependencies]
|
|
async-trait = "0.1"
|
|
bytes = "1.2"
|
|
thiserror = "1.0"
|
|
tokio = { version = "1.20", features = ["tracing", "macros"] }
|
|
tracing = "0.1"
|
|
uuid = { version = "1.0", features = ["v4"] }
|
|
openidconnect = { version = "2.3", features = ["reqwest", "rustls-tls"] }
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
once_cell = "1.13"
|