mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
move server to ntex
This commit is contained in:
parent
84d55aa200
commit
4fb031c454
30 changed files with 169 additions and 746 deletions
|
@ -5,7 +5,6 @@ members = [
|
|||
"ntex-service",
|
||||
"ntex-web-macros",
|
||||
|
||||
"actix-net/actix-server",
|
||||
"actix-net/actix-service",
|
||||
"actix-net/router",
|
||||
]
|
||||
|
@ -15,7 +14,6 @@ ntex = { path = "ntex" }
|
|||
ntex-router = { path = "ntex-router" }
|
||||
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" }
|
||||
|
||||
|
@ -23,7 +21,5 @@ 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