Move ntex::server to ntex-server (#313)

This commit is contained in:
Nikolay Kim 2024-03-23 22:18:50 +01:00 committed by GitHub
parent d393d87164
commit b71cad76bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 236 additions and 189 deletions

View file

@ -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" }