1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

docs(httpauth): rework example

This commit is contained in:
Rob Ede
2024-06-11 03:52:45 +01:00
parent 20234ec555
commit 515a727ca3
3 changed files with 43 additions and 8 deletions

View File

@ -32,3 +32,5 @@ pin-project-lite = "0.2.7"
actix-cors = "0.7"
actix-service = "2"
actix-web = { version = "4.1", default-features = false, features = ["macros"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing = "0.1.30"