mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
ntex-rt improvements (#519)
This commit is contained in:
parent
2db266ca0c
commit
ecfc2936b5
7 changed files with 373 additions and 197 deletions
|
@ -31,7 +31,7 @@ neon = ["ntex-neon"]
|
|||
|
||||
[dependencies]
|
||||
async-channel = "2"
|
||||
futures-core = "0.3"
|
||||
futures-timer = "3.0"
|
||||
log = "0.4"
|
||||
oneshot = "0.1"
|
||||
|
||||
|
@ -43,3 +43,6 @@ tok-io = { version = "1", package = "tokio", default-features = false, features
|
|||
], optional = true }
|
||||
|
||||
ntex-neon = { version = "0.1", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.11"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue