mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
refactor Factory trait
This commit is contained in:
parent
d2edbdf9f1
commit
c1607f1698
16 changed files with 96 additions and 108 deletions
|
@ -6,7 +6,7 @@ members = [
|
|||
"ntex-rt",
|
||||
"ntex-rt-macros",
|
||||
"ntex-service",
|
||||
# "ntex-web-macros",
|
||||
"ntex-macros",
|
||||
]
|
||||
|
||||
[patch.crates-io]
|
||||
|
@ -16,4 +16,4 @@ ntex-router = { path = "ntex-router" }
|
|||
ntex-rt = { path = "ntex-rt" }
|
||||
ntex-rt-macros = { path = "ntex-rt-macros" }
|
||||
ntex-service = { path = "ntex-service" }
|
||||
ntex-web-macros = { path = "ntex-web-macros" }
|
||||
ntex-macros = { path = "ntex-macros" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue