Compio net subsystem integration (#406)

This commit is contained in:
Nikolay Kim 2024-08-29 14:48:18 +05:00 committed by GitHub
parent 75c892742c
commit 20011a9120
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 336 additions and 0 deletions

View file

@ -34,6 +34,7 @@ ntex-tls = { path = "ntex-tls" }
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" }