mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Do not use/re-export tokio::time::Instant
This commit is contained in:
parent
37d72d664c
commit
eb304de16f
4 changed files with 94 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-rt"
|
||||
version = "0.2.2"
|
||||
version = "0.3.0"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "ntex runtime"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@ -17,4 +17,5 @@ path = "src/lib.rs"
|
|||
|
||||
[dependencies]
|
||||
ntex-util = "0.1.0"
|
||||
pin-project-lite = "0.2"
|
||||
tokio = { version = "1", default-features = false, features = ["rt", "net", "time", "signal", "sync"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue