14 lines
313 B
TOML
14 lines
313 B
TOML
[package]
|
|
name = "axum-oidc-hello"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
axum = "0.8"
|
|
axum-oidc-client = { version = "0.5", features = ["sql-cache-sqlite"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
base64 = "0.22"
|
|
anyhow = "1"
|