mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
rename ntex-macros
This commit is contained in:
parent
4d6cdbf405
commit
20a404ed1e
11 changed files with 30 additions and 18 deletions
|
@ -1,8 +1,8 @@
|
|||
[package]
|
||||
name = "ntex-rt"
|
||||
version = "1.0.0"
|
||||
version = "0.1.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Actix runtime"
|
||||
description = "ntex runtime"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
homepage = "https://ntex.rs"
|
||||
repository = "https://github.com/ntex-rs/ntex.git"
|
||||
|
@ -16,7 +16,7 @@ name = "ntex_rt"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
ntex-macros = "0.1.0"
|
||||
ntex-rt-macros = "0.1.0"
|
||||
actix-threadpool = "0.3"
|
||||
futures = "0.3.1"
|
||||
tokio = { version = "0.2.6", default-features=false, features = ["rt-core", "rt-util", "io-driver", "tcp", "uds", "udp", "time", "signal", "stream"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue