mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Server::build() method (#315)
This commit is contained in:
parent
baabcff4a6
commit
20a53c3fd1
9 changed files with 11 additions and 137 deletions
|
@ -4,7 +4,6 @@ members = [
|
|||
"ntex",
|
||||
"ntex-bytes",
|
||||
"ntex-codec",
|
||||
"ntex-connect",
|
||||
"ntex-io",
|
||||
"ntex-http",
|
||||
"ntex-router",
|
||||
|
@ -24,7 +23,6 @@ members = [
|
|||
ntex = { path = "ntex" }
|
||||
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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue