Use neon main

This commit is contained in:
Nikolay Kim 2025-03-31 15:33:27 +05:00
parent 01d3a2440b
commit e1323b7eae

View file

@ -45,6 +45,8 @@ 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" }
[workspace.dependencies]
async-channel = "2"
async-task = "4.5.0"