ntex/Cargo.toml
2021-02-24 13:25:22 +06:00

17 lines
No EOL
347 B
TOML

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