mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Replace actix-threadpool with tokio utils
This commit is contained in:
parent
26543a4247
commit
b4ccf776dd
10 changed files with 70 additions and 43 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-rt"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "ntex runtime"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@ -17,6 +17,5 @@ path = "src/lib.rs"
|
|||
|
||||
[dependencies]
|
||||
ntex-rt-macros = "0.1.0"
|
||||
actix-threadpool = "0.3"
|
||||
futures = "0.3.4"
|
||||
tokio = { version = "0.2.6", default-features=false, features = ["rt-core", "rt-util", "io-driver", "tcp", "uds", "udp", "time", "signal", "stream"] }
|
||||
futures = "0.3.12"
|
||||
tokio = { version = "0.2.6", default-features=false, features = ["rt-core", "rt-util", "io-driver", "blocking", "tcp", "uds", "udp", "time", "signal", "stream"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue