mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
wip
This commit is contained in:
parent
7f6e267d02
commit
6cbcb2ed45
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ compio = ["ntex-rt/compio", "ntex-compio"]
|
|||
# neon runtime
|
||||
neon = ["ntex-rt/neon", "ntex-neon", "slab", "socket2"]
|
||||
|
||||
polling = ["ntex-neon/polling", "dep:polling"]
|
||||
io-uring = ["ntex-neon/io-uring", "dep:io-uring"]
|
||||
polling = ["ntex-neon/polling", "dep:polling", "socket2"]
|
||||
io-uring = ["ntex-neon/io-uring", "dep:io-uring", "socket2"]
|
||||
|
||||
[dependencies]
|
||||
ntex-service = "3.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue