mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Drop glommio support (#511)
This commit is contained in:
parent
4c1bc3249b
commit
59ffd17b91
19 changed files with 31 additions and 608 deletions
|
@ -19,7 +19,6 @@ members = [
|
|||
|
||||
"ntex-async-std",
|
||||
"ntex-compio",
|
||||
"ntex-glommio",
|
||||
"ntex-tokio",
|
||||
]
|
||||
|
||||
|
@ -49,7 +48,6 @@ ntex-macros = { path = "ntex-macros" }
|
|||
ntex-util = { path = "ntex-util" }
|
||||
|
||||
ntex-compio = { path = "ntex-compio" }
|
||||
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