mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
migrate actix-files
This commit is contained in:
parent
6ac4ac66b9
commit
69cadcdedb
5 changed files with 664 additions and 607 deletions
|
@ -32,7 +32,7 @@ members = [
|
|||
"awc",
|
||||
"actix-http",
|
||||
"actix-cors",
|
||||
#"actix-files",
|
||||
"actix-files",
|
||||
#"actix-framed",
|
||||
#"actix-session",
|
||||
"actix-identity",
|
||||
|
@ -126,7 +126,7 @@ actix-http-test = { path = "test-server" }
|
|||
actix-web-codegen = { path = "actix-web-codegen" }
|
||||
# actix-web-actors = { path = "actix-web-actors" }
|
||||
# actix-session = { path = "actix-session" }
|
||||
# actix-files = { path = "actix-files" }
|
||||
actix-files = { path = "actix-files" }
|
||||
# actix-multipart = { path = "actix-multipart" }
|
||||
awc = { path = "awc" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue