ntex/Cargo.toml
2021-06-25 21:54:04 +06:00

19 lines
398 B
TOML

[workspace]
members = [
"ntex",
"ntex-codec",
"ntex-router",
"ntex-rt",
"ntex-service",
"ntex-macros",
"ntex-util",
]
[patch.crates-io]
ntex = { path = "ntex" }
ntex-codec = { path = "ntex-codec" }
ntex-router = { path = "ntex-router" }
ntex-rt = { path = "ntex-rt" }
ntex-service = { path = "ntex-service" }
ntex-macros = { path = "ntex-macros" }
ntex-util = { path = "ntex-util" }