Cargo.toml
author Sunil Nimmagadda <sunil@nimmagadda.net>
Wed, 17 Jan 2024 15:23:51 +0530
changeset 20 fd3474f42783
parent 15 4e56fc00d06e
permissions -rw-r--r--
Replace nom with std::io::Cursor std::io::Cursor suffices to parse the packet.

[package]
name = "vrrpd"
version = "0.1.0"
edition = "2021"

[dependencies]
socket2 = { version = "0.5.5", features = ["all"] }