mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
27 lines
787 B
TOML
27 lines
787 B
TOML
[workspace]
|
|
members = [
|
|
"ntex",
|
|
"ntex-service",
|
|
"ntex-web-macros",
|
|
|
|
"actix-net/actix-server",
|
|
"actix-net/actix-service",
|
|
"actix-net/router",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
ntex = { path = "ntex" }
|
|
ntex-service = { path = "ntex-service" }
|
|
|
|
actix-server = { path = "actix-net/actix-server" }
|
|
actix-service = { path = "actix-net/actix-service" }
|
|
actix-router = { path = "actix-net/router" }
|
|
|
|
actix-codec = { path = "actix-net/actix-codec" }
|
|
actix-connect = { path = "actix-net/actix-connect" }
|
|
actix-rt = { path = "actix-net/actix-rt" }
|
|
actix-macros = { path = "actix-net/actix-macros" }
|
|
actix-testing = { path = "actix-net/actix-testing" }
|
|
actix-threadpool = { path = "actix-net/actix-threadpool" }
|
|
actix-tls = { path = "actix-net/actix-tls" }
|
|
bytestring = { path = "actix-net/string" }
|