refactor Factory trait

This commit is contained in:
Nikolay Kim 2020-04-01 14:34:45 +06:00
parent d2edbdf9f1
commit c1607f1698
16 changed files with 96 additions and 108 deletions

View file

@ -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" }