mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Use main and test proc macro from ntex-macros
This commit is contained in:
parent
0d9be13180
commit
819f5b2eaf
63 changed files with 297 additions and 414 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-rt"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "ntex runtime"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@ -16,6 +16,5 @@ name = "ntex_rt"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
ntex-rt-macros = "0.1.1"
|
||||
futures = "0.3.13"
|
||||
tokio = { version = "1", default-features=false, features = ["rt", "net", "time", "signal"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue