mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 15:52:27 +00:00
16 lines
349 B
TOML
16 lines
349 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
|
|
actix-web.workspace = true
|
|
actix-session.workspace = true
|
|
thiserror.workspace = true
|
|
async-trait.workspace = true
|