drop web-macros

This commit is contained in:
Nikolay Kim 2020-04-01 14:41:45 +06:00
parent c1607f1698
commit 5512e8d501
5 changed files with 2 additions and 13 deletions

View file

@ -6,7 +6,6 @@ members = [
"ntex-rt",
"ntex-rt-macros",
"ntex-service",
"ntex-macros",
]
[patch.crates-io]
@ -16,4 +15,3 @@ 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" }