ntex-extras/Cargo.toml
2020-04-11 12:10:07 +06:00

11 lines
188 B
TOML

[workspace]
members = [
"ntex-cors",
"ntex-files",
"ntex-identity",
"ntex-multipart",
"ntex-session",
]
[patch.crates-io]
ntex = { git = "https://github.com/ntex-rs/ntex.git" }