1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Remove StaticFilesConfig (#731)

* Remove StaticFilesConfig

* Applying comments

* Impl Clone for Files<S>
This commit is contained in:
Douman
2019-03-25 23:02:37 +03:00
committed by Nikolay Kim
parent 86a21c956c
commit d30027ac5b
4 changed files with 162 additions and 253 deletions

View File

@ -22,6 +22,7 @@ actix-web = { path=".." }
actix-http = { git = "https://github.com/actix/actix-http.git" }
actix-service = "0.3.3"
bitflags = "1"
bytes = "0.4"
futures = "0.1"
derive_more = "0.14"