mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
move multipart support to separate crate
This commit is contained in:
parent
f56072954b
commit
e738361e09
13 changed files with 454 additions and 134 deletions
|
@ -30,6 +30,7 @@ members = [
|
|||
"actix-http",
|
||||
"actix-files",
|
||||
"actix-session",
|
||||
"actix-multipart",
|
||||
"actix-web-actors",
|
||||
"actix-web-codegen",
|
||||
"test-server",
|
||||
|
@ -83,7 +84,6 @@ derive_more = "0.14"
|
|||
encoding = "0.2"
|
||||
futures = "0.1"
|
||||
hashbrown = "0.1.8"
|
||||
httparse = "1.3"
|
||||
log = "0.4"
|
||||
mime = "0.3"
|
||||
net2 = "0.2.33"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue