repair example/basic tokio features

This commit is contained in:
Paul Zinselmeyer 2024-03-10 20:22:56 +01:00
parent ca411cc2e3
commit 84bd595ea1
Signed by: pfzetto
GPG key ID: B471A1AF06C895FD

View file

@ -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"