Add readiness checks (#524)

This commit is contained in:
Nikolay Kim 2025-03-14 15:39:43 +05:00 committed by GitHub
parent 81eaf88752
commit 14d2634e3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 47 additions and 4 deletions

View file

@ -45,9 +45,6 @@ ntex-util = { path = "ntex-util" }
ntex-compio = { path = "ntex-compio" }
ntex-tokio = { path = "ntex-tokio" }
#ntex-neon = { git = "https://github.com/ntex-rs/neon.git" }
#ntex-neon = { path = "../dev/neon" }
[workspace.dependencies]
async-task = "4.5.0"
bitflags = "2"