mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 21:42:34 +00:00
16 lines
335 B
TOML
16 lines
335 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
|
|
axum_session = "0.16"
|