mirror of
https://github.com/pfzetto/axum-oidc.git
synced 2024-11-22 19:42:50 +01:00
Paul Zinselmeyer
0b34935b5a
Updated the dependencies to the newest version. Added `AsRef` and `Deref` traits to the extractors. Moved the example from `README.md` to `examples/basic`. Added a CI Pipeline.
13 lines
326 B
TOML
13 lines
326 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"] }
|
|
axum = "0.7.4"
|
|
axum-oidc = { path = "./../.." }
|
|
tower = "0.4.13"
|
|
tower-sessions = "0.11.0"
|