axum-oidc/examples/basic/Cargo.toml
Paul Zinselmeyer dbecc439d8
strip iss & use new example structure
strip the iss query parameters from urls
use the new test structure and CI
2024-04-18 16:07:35 +02:00

15 lines
357 B
TOML

[package]
name = "basic"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.36.0", features = ["net", "macros", "rt-multi-thread"] }
axum = "0.6"
axum-oidc = { path = "./../.." }
tower = "0.4"
tower-sessions = "0.4"
dotenvy = "0.15.7"