mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Refactor async runtimes support (#88)
* refactor async runtimes support
This commit is contained in:
parent
713e02d6a3
commit
847f2738dd
45 changed files with 801 additions and 1033 deletions
|
@ -10,6 +10,8 @@ members = [
|
|||
"ntex-tls",
|
||||
"ntex-macros",
|
||||
"ntex-util",
|
||||
"ntex-tokio",
|
||||
"ntex-async-std",
|
||||
]
|
||||
|
||||
[patch.crates-io]
|
||||
|
@ -23,3 +25,6 @@ ntex-service = { path = "ntex-service" }
|
|||
ntex-tls = { path = "ntex-tls" }
|
||||
ntex-macros = { path = "ntex-macros" }
|
||||
ntex-util = { path = "ntex-util" }
|
||||
|
||||
ntex-tokio = { path = "ntex-tokio" }
|
||||
ntex-async-std = { path = "ntex-async-std" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue