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

@ -20,5 +20,4 @@ ntex-bytes = "0.1.21"
ntex-io = "1.0.0"
ntex-util = "1.0.0"
log = "0.4"
pin-project-lite = "0.2"
tokio = { version = "1", default-features = false, features = ["rt", "net", "sync", "signal"] }