mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
move low level utils to separate crate
This commit is contained in:
parent
8b3655457b
commit
91ee6762e7
39 changed files with 466 additions and 230 deletions
|
@ -16,5 +16,5 @@ name = "ntex_rt"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
ntex-service = "0.1.7"
|
||||
ntex-util = "0.1.0"
|
||||
tokio = { version = "1", default-features = false, features = ["rt", "net", "time", "signal", "sync"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue