mirror of
https://github.com/pfzetto/axum-oidc.git
synced 2025-12-07 16:35:17 +01:00
16 lines
385 B
TOML
16 lines
385 B
TOML
[package]
|
|
edition = "2024"
|
|
name = "basic"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
axum = { version = "0.8", features = ["macros"] }
|
|
axum-oidc = { path = "./../.." }
|
|
dotenvy = "0.15"
|
|
openidconnect = "4.0.1"
|
|
tokio = { version = "1.48.0", features = ["macros", "net", "rt-multi-thread"] }
|
|
tower = "0.5"
|
|
tower-sessions = "0.14"
|
|
tracing-subscriber = "0.3.20"
|
|
tracing = "0.1.41"
|
|
serde = "1.0.228"
|