mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
move blocking code to actix-rt
This commit is contained in:
parent
eae48f9612
commit
a2c4639074
4 changed files with 4 additions and 103 deletions
|
@ -64,7 +64,7 @@ actix-codec = "0.1.0"
|
|||
actix-service = "0.3.3"
|
||||
actix-utils = "0.3.3"
|
||||
actix-router = "0.1.0"
|
||||
actix-rt = "0.2.0"
|
||||
actix-rt = "0.2.1"
|
||||
actix-web-codegen = { path="actix-web-codegen" }
|
||||
|
||||
actix-http = { git = "https://github.com/actix/actix-http.git" }
|
||||
|
@ -78,16 +78,13 @@ encoding = "0.2"
|
|||
futures = "0.1"
|
||||
hashbrown = "0.1.8"
|
||||
log = "0.4"
|
||||
lazy_static = "1.2"
|
||||
mime = "0.3"
|
||||
net2 = "0.2.33"
|
||||
num_cpus = "1.10"
|
||||
parking_lot = "0.7"
|
||||
regex = "1.0"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
serde_urlencoded = "^0.5.3"
|
||||
threadpool = "1.7"
|
||||
time = "0.1"
|
||||
url = { version="1.7", features=["query_encoding"] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue