mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
17 lines
357 B
TOML
17 lines
357 B
TOML
[workspace]
|
|
members = [
|
|
"ntex",
|
|
"ntex-codec",
|
|
"ntex-router",
|
|
"ntex-rt",
|
|
"ntex-rt-macros",
|
|
"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" }
|