mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
add ntex-io changes
This commit is contained in:
parent
8166fde2e0
commit
d7083c15d8
5 changed files with 14 additions and 10 deletions
|
@ -22,9 +22,9 @@ default = ["tokio"]
|
|||
tokio = ["tok-io", "ntex-io/tokio"]
|
||||
|
||||
[dependencies]
|
||||
ntex-bytes = "0.1.7"
|
||||
ntex-io = "0.1.0"
|
||||
ntex-util = "0.1.2"
|
||||
ntex-bytes = "0.1.8"
|
||||
ntex-io = "0.1.0-b.0"
|
||||
ntex-util = "0.1.3"
|
||||
async-oneshot = "0.5.0"
|
||||
async-channel = "1.6.1"
|
||||
log = "0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue