mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 18:12:27 +00:00
18 lines
390 B
TOML
18 lines
390 B
TOML
[package]
|
|
name = "rustical_oidc"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
description.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
openidconnect.workspace = true
|
|
serde.workspace = true
|
|
reqwest.workspace = true
|
|
thiserror.workspace = true
|
|
async-trait.workspace = true
|
|
axum.workspace = true
|
|
tower-sessions = "0.14"
|
|
axum-extra.workspace = true
|
|
headers.workspace = true
|