mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Use tokio Handle if available (#339)
This commit is contained in:
parent
395cf694e5
commit
9bd05487de
5 changed files with 44 additions and 12 deletions
|
@ -19,10 +19,10 @@ path = "src/lib.rs"
|
|||
ntex-bytes = "0.1.24"
|
||||
ntex-net = "1.0"
|
||||
ntex-service = "2.0"
|
||||
ntex-rt = "0.4.12"
|
||||
ntex-rt = "0.4.13"
|
||||
ntex-util = "1.0"
|
||||
|
||||
async-channel = "2.2"
|
||||
async-channel = "2"
|
||||
async-broadcast = "0.7"
|
||||
polling = "3.3"
|
||||
log = "0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue