From e1323b7eae6fc78e3b614cf377c4a0e308a61927 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 31 Mar 2025 15:33:27 +0500 Subject: [PATCH] Use neon main --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d9e97ef4..3d6e9f07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"