mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Glommio runtime support (#94)
* add glommio runtime support * optional compilation for glommio
This commit is contained in:
parent
429073f9ff
commit
450332144d
18 changed files with 1024 additions and 10 deletions
|
@ -10,6 +10,7 @@ members = [
|
|||
"ntex-tls",
|
||||
"ntex-macros",
|
||||
"ntex-util",
|
||||
"ntex-glommio",
|
||||
"ntex-tokio",
|
||||
"ntex-async-std",
|
||||
]
|
||||
|
@ -26,5 +27,6 @@ ntex-tls = { path = "ntex-tls" }
|
|||
ntex-macros = { path = "ntex-macros" }
|
||||
ntex-util = { path = "ntex-util" }
|
||||
|
||||
ntex-glommio = { path = "ntex-glommio" }
|
||||
ntex-tokio = { path = "ntex-tokio" }
|
||||
ntex-async-std = { path = "ntex-async-std" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue