ntex/Cargo.toml
2020-03-30 11:45:20 +06:00

19 lines
418 B
TOML

[workspace]
members = [
"ntex",
"ntex-codec",
"ntex-macros",
"ntex-router",
"ntex-rt",
"ntex-service",
# "ntex-web-macros",
]
[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-service = { path = "ntex-service" }
ntex-web-macros = { path = "ntex-web-macros" }