mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
include some of actix-net packages to workspace
This commit is contained in:
parent
7c776ad8e2
commit
b1095d43bd
15 changed files with 15 additions and 376 deletions
14
Cargo.toml
14
Cargo.toml
|
@ -2,8 +2,22 @@
|
|||
members = [
|
||||
"ntex",
|
||||
"ntex-web-macros",
|
||||
|
||||
"actix-net/actix-server",
|
||||
"actix-net/actix-service",
|
||||
"actix-net/router",
|
||||
]
|
||||
|
||||
[patch.crates-io]
|
||||
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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue