Move util services to ntex-util (#89)

* move util services to ntex-util

* update versions
This commit is contained in:
Nikolay Kim 2022-01-03 21:59:35 +06:00 committed by GitHub
parent 847f2738dd
commit bf808d4d18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 182 additions and 92 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-io"
version = "0.1.0"
version = "0.1.1"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Utilities for encoding and decoding frames"
keywords = ["network", "framework", "async", "futures"]
@ -19,10 +19,9 @@ path = "src/lib.rs"
ntex-codec = "0.6.0"
ntex-bytes = "0.1.8"
ntex-util = "0.1.6"
ntex-service = "0.3.0"
ntex-service = "0.3.1"
bitflags = "1.3"
fxhash = "0.2.1"
log = "0.4"
pin-project-lite = "0.2"