mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Move ntex::server to ntex-server (#313)
This commit is contained in:
parent
d393d87164
commit
b71cad76bf
24 changed files with 236 additions and 189 deletions
|
@ -9,6 +9,7 @@ members = [
|
|||
"ntex-http",
|
||||
"ntex-router",
|
||||
"ntex-rt",
|
||||
"ntex-net",
|
||||
"ntex-server",
|
||||
"ntex-service",
|
||||
"ntex-tls",
|
||||
|
@ -25,6 +26,7 @@ ntex-bytes = { path = "ntex-bytes" }
|
|||
ntex-codec = { path = "ntex-codec" }
|
||||
ntex-connect = { path = "ntex-connect" }
|
||||
ntex-io = { path = "ntex-io" }
|
||||
ntex-net = { path = "ntex-net" }
|
||||
ntex-http = { path = "ntex-http" }
|
||||
ntex-router = { path = "ntex-router" }
|
||||
ntex-rt = { path = "ntex-rt" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue