1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

docs: add guarded-listings example

This commit is contained in:
Rob Ede
2023-10-30 00:03:22 +00:00
parent ce18f35e03
commit 32ddf972c6
3 changed files with 35 additions and 1 deletions

View File

@ -47,4 +47,5 @@ actix-server = { version = "2.2", optional = true } # ensure matching tokio-urin
actix-rt = "2.7"
actix-test = "0.1"
actix-web = "4"
env_logger = "0.10"
tempfile = "3.2"