diff --git a/examples/basic/Cargo.toml b/examples/basic/Cargo.toml index d57537a..bb54e8d 100644 --- a/examples/basic/Cargo.toml +++ b/examples/basic/Cargo.toml @@ -6,7 +6,7 @@ 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"] } +tokio = { version = "1.36.0", features = ["net", "macros", "rt-multi-thread"] } axum = "0.7.4" axum-oidc = { path = "./../.." } tower = "0.4.13"