Use main and test proc macro from ntex-macros

This commit is contained in:
Nikolay Kim 2021-02-24 13:25:22 +06:00
parent 0d9be13180
commit 819f5b2eaf
63 changed files with 297 additions and 414 deletions

View file

@ -4,7 +4,6 @@ members = [
"ntex-codec",
"ntex-router",
"ntex-rt",
"ntex-rt-macros",
"ntex-service",
"ntex-macros",
]
@ -15,5 +14,4 @@ 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-rt-macros = { path = "ntex-rt-macros" }
ntex-macros = { path = "ntex-macros" }