mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 21:37:58 +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 runtime
|
||||||
neon = ["ntex-rt/neon", "ntex-neon", "slab", "socket2"]
|
neon = ["ntex-rt/neon", "ntex-neon", "slab", "socket2"]
|
||||||
|
|
||||||
polling = ["ntex-neon/polling", "dep:polling"]
|
polling = ["ntex-neon/polling", "dep:polling", "socket2"]
|
||||||
io-uring = ["ntex-neon/io-uring", "dep:io-uring"]
|
io-uring = ["ntex-neon/io-uring", "dep:io-uring", "socket2"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ntex-service = "3.3"
|
ntex-service = "3.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue