mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
move low level utils to separate crate
This commit is contained in:
parent
8b3655457b
commit
91ee6762e7
39 changed files with 466 additions and 230 deletions
|
@ -6,6 +6,7 @@ members = [
|
|||
"ntex-rt",
|
||||
"ntex-service",
|
||||
"ntex-macros",
|
||||
"ntex-util",
|
||||
]
|
||||
|
||||
[patch.crates-io]
|
||||
|
@ -14,4 +15,5 @@ ntex-codec = { path = "ntex-codec" }
|
|||
ntex-router = { path = "ntex-router" }
|
||||
ntex-rt = { path = "ntex-rt" }
|
||||
ntex-service = { path = "ntex-service" }
|
||||
ntex-macros = { path = "ntex-macros" }
|
||||
ntex-macros = { path = "ntex-macros" }
|
||||
ntex-util = { path = "ntex-util" }
|
Loading…
Add table
Add a link
Reference in a new issue