mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
9 lines
180 B
TOML
9 lines
180 B
TOML
[workspace]
|
|
members = [
|
|
"ntex",
|
|
"ntex-web-macros",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
actix-server = { path = "actix-net/actix-server" }
|
|
actix-service = { path = "actix-net/actix-service" }
|