restore web proc macros

This commit is contained in:
Nikolay Kim 2020-04-10 13:28:50 +06:00
parent 95d1b4a43d
commit c1877c2707
10 changed files with 139 additions and 147 deletions

View file

@ -6,12 +6,14 @@ members = [
"ntex-rt",
"ntex-rt-macros",
"ntex-service",
"ntex-macros",
]
#[patch.crates-io]
#ntex = { path = "ntex" }
#ntex-codec = { path = "ntex-codec" }
#ntex-router = { path = "ntex-router" }
#ntex-rt = { path = "ntex-rt" }
#ntex-rt-macros = { path = "ntex-rt-macros" }
#ntex-service = { path = "ntex-service" }
[patch.crates-io]
ntex = { path = "ntex" }
ntex-codec = { path = "ntex-codec" }
ntex-router = { path = "ntex-router" }
ntex-rt = { path = "ntex-rt" }
ntex-rt-macros = { path = "ntex-rt-macros" }
ntex-service = { path = "ntex-service" }
ntex-macros = { path = "ntex-macros" }