mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
move mpsc to ntex-util
This commit is contained in:
parent
3bb8b2cca3
commit
6698c829fb
11 changed files with 41 additions and 81 deletions
|
@ -34,7 +34,7 @@ ntex-service = "0.2.1"
|
|||
log = "0.4"
|
||||
pin-project-lite = "0.2"
|
||||
|
||||
tok-io = { version = "1", package = "tokio", default-features = false, optional = true }
|
||||
tok-io = { version = "1", package = "tokio", default-features = false, features = ["net", "rt"], optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
ntex = "0.5.0-b.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue