Remove unwraps via '?' with anyhow crate for example-oauth (#2069)

This commit is contained in:
Rodrigo Santiago
2023-07-04 19:48:58 +00:00
committed by GitHub
parent 0ed02a9a46
commit 8cb11e7f94
2 changed files with 85 additions and 25 deletions
+1
View File
@@ -5,6 +5,7 @@ edition = "2021"
publish = false
[dependencies]
anyhow = "1"
async-session = "3.0.0"
axum = { path = "../../axum" }
axum-extra = { path = "../../axum-extra", features = ["typed-header"] }