axum-oidc/examples/basic/Cargo.toml
Paul Zinselmeyer 23ce67640a
Add new example structure to v0.2
This commit adds the new example structure with CI to this version.
2024-04-18 15:51:57 +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.7"
axum-oidc = { path = "./../.." }
tower = "0.4"
tower-sessions = "0.9"
dotenvy = "0.15.7"