From b8a95026eeabc5acd767dc9940a9cf5aecdeefbe Mon Sep 17 00:00:00 2001 From: Sunil Nimmagadda Date: Wed, 17 Jan 2024 15:23:51 +0530 Subject: Replace nom with std::io::Cursor std::io::Cursor suffices to parse the packet. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6baadd6..aa32d63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] -tokio = { version = "1.22.0", features = ["full"] } -nom = "7" +socket2 = { version = "0.5.5", features = ["all"] } -- cgit v1.2.3