mirror of
https://github.com/pfzetto/axum-oidc.git
synced 2024-11-21 19:12:49 +01:00
13 lines
345 B
TOML
13 lines
345 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.4"
|
|
axum-oidc = { path = "./../.." }
|
|
tower = "0.4.13"
|
|
tower-sessions = "0.11.0"
|