mirror of
https://codeberg.org/pfzetto/axum-oidc
synced 2025-12-08 06:05:16 +01:00
repair example/basic tokio features
This commit is contained in:
parent
ca411cc2e3
commit
84bd595ea1
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "1.36.0", features = ["net", "macros"] }
|
tokio = { version = "1.36.0", features = ["net", "macros", "rt-multi-thread"] }
|
||||||
axum = "0.7.4"
|
axum = "0.7.4"
|
||||||
axum-oidc = { path = "./../.." }
|
axum-oidc = { path = "./../.." }
|
||||||
tower = "0.4.13"
|
tower = "0.4.13"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue