mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
rename ntex-macros
This commit is contained in:
parent
4d6cdbf405
commit
20a404ed1e
11 changed files with 30 additions and 18 deletions
|
@ -2,9 +2,9 @@
|
|||
members = [
|
||||
"ntex",
|
||||
"ntex-codec",
|
||||
"ntex-macros",
|
||||
"ntex-router",
|
||||
"ntex-rt",
|
||||
"ntex-rt-macros",
|
||||
"ntex-service",
|
||||
# "ntex-web-macros",
|
||||
]
|
||||
|
@ -12,8 +12,8 @@ members = [
|
|||
[patch.crates-io]
|
||||
ntex = { path = "ntex" }
|
||||
ntex-codec = { path = "ntex-codec" }
|
||||
ntex-macros = { path = "ntex-macros" }
|
||||
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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue