move fs to separate crate

This commit is contained in:
Nikolay Kim 2019-03-01 23:59:44 -08:00
parent 2d7293aaf8
commit e6d04d24cc
15 changed files with 184 additions and 1406 deletions

View file

@ -23,6 +23,12 @@ codecov = { repository = "actix/actix-web2", branch = "master", service = "githu
name = "actix_web"
path = "src/lib.rs"
[workspace]
members = [
".",
"actix-web-fs",
]
[features]
default = ["brotli", "flate2-c"]