mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
25 lines
542 B
TOML
25 lines
542 B
TOML
[workspace]
|
|
members = [
|
|
"ntex",
|
|
"ntex-bytes",
|
|
"ntex-codec",
|
|
"ntex-io",
|
|
"ntex-router",
|
|
"ntex-rt",
|
|
"ntex-service",
|
|
"ntex-tls",
|
|
"ntex-macros",
|
|
"ntex-util",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
ntex = { path = "ntex" }
|
|
ntex-bytes = { path = "ntex-bytes" }
|
|
ntex-codec = { path = "ntex-codec" }
|
|
ntex-io = { path = "ntex-io" }
|
|
ntex-router = { path = "ntex-router" }
|
|
ntex-rt = { path = "ntex-rt" }
|
|
ntex-service = { path = "ntex-service" }
|
|
ntex-tls = { path = "ntex-tls" }
|
|
ntex-macros = { path = "ntex-macros" }
|
|
ntex-util = { path = "ntex-util" }
|