mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Use main and test proc macro from ntex-macros
This commit is contained in:
parent
0d9be13180
commit
819f5b2eaf
63 changed files with 297 additions and 414 deletions
|
@ -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" }
|
Loading…
Add table
Add a link
Reference in a new issue