mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
restore web proc macros
This commit is contained in:
parent
95d1b4a43d
commit
c1877c2707
10 changed files with 139 additions and 147 deletions
16
Cargo.toml
16
Cargo.toml
|
@ -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" }
|
Loading…
Add table
Add a link
Reference in a new issue