ntex-extras/Cargo.toml
2020-04-10 22:43:32 +06:00

11 lines
167 B
TOML

[workspace]
members = [
"ntex-cors",
"ntex-files",
"ntex-identity",
"ntex-multipart",
"ntex-session",
]
[patch.crates-io]
ntex = { path = "../ntex/ntex/" }