Refactor uring feature (#518)

This commit is contained in:
Nikolay Kim 2025-03-12 15:12:28 +05:00 committed by GitHub
parent db16b71c5f
commit 12afaa00ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 125 additions and 3001 deletions

View file

@ -8,7 +8,6 @@ members = [
"ntex-http",
"ntex-router",
"ntex-rt",
"ntex-neon",
"ntex-net",
"ntex-server",
"ntex-service",
@ -33,7 +32,6 @@ ntex = { path = "ntex" }
ntex-bytes = { path = "ntex-bytes" }
ntex-codec = { path = "ntex-codec" }
ntex-io = { path = "ntex-io" }
ntex-neon = { path = "ntex-neon" }
ntex-net = { path = "ntex-net" }
ntex-http = { path = "ntex-http" }
ntex-router = { path = "ntex-router" }
@ -47,6 +45,8 @@ ntex-util = { path = "ntex-util" }
ntex-compio = { path = "ntex-compio" }
ntex-tokio = { path = "ntex-tokio" }
ntex-neon = { git = "https://github.com/ntex-rs/neon.git" }
[workspace.dependencies]
async-task = "4.5.0"
bitflags = "2"