mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
use ntex-bytes instead of bytes
This commit is contained in:
parent
0b2dda93be
commit
0f796c7642
18 changed files with 34 additions and 24 deletions
|
@ -1,6 +1,7 @@
|
|||
[workspace]
|
||||
members = [
|
||||
"ntex",
|
||||
"ntex-bytes",
|
||||
"ntex-codec",
|
||||
"ntex-router",
|
||||
"ntex-rt",
|
||||
|
@ -11,6 +12,7 @@ members = [
|
|||
|
||||
[patch.crates-io]
|
||||
ntex = { path = "ntex" }
|
||||
ntex-bytes = { path = "ntex-bytes" }
|
||||
ntex-codec = { path = "ntex-codec" }
|
||||
ntex-router = { path = "ntex-router" }
|
||||
ntex-rt = { path = "ntex-rt" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue