mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
move fs to separate crate
This commit is contained in:
parent
2d7293aaf8
commit
e6d04d24cc
15 changed files with 184 additions and 1406 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue