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

Improve documentation for actix-web-actors (#2788)

This commit is contained in:
nerix
2022-06-26 18:45:02 +02:00
committed by GitHub
parent 8dbf7da89f
commit 3d6ea7fe9b
4 changed files with 210 additions and 13 deletions

View File

@ -29,6 +29,9 @@ tokio = { version = "1.13.1", features = ["sync"] }
actix-rt = "2.2"
actix-test = "0.1.0-beta.13"
awc = { version = "3", default-features = false }
actix-web = { version = "4", features = ["macros"] }
mime = "0.3"
env_logger = "0.9"
futures-util = { version = "0.3.7", default-features = false }