1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

add guard example

closes #533
This commit is contained in:
Rob Ede
2022-03-05 14:28:43 +00:00
parent c3fd8e1315
commit b8fc58bec6
6 changed files with 123 additions and 1 deletions

7
Cargo.lock generated
View File

@ -2318,6 +2318,13 @@ dependencies = [
"thiserror",
]
[[package]]
name = "guards"
version = "1.0.0"
dependencies = [
"actix-web",
]
[[package]]
name = "h2"
version = "0.2.7"