[package] name = "vrrpd" version = "0.1.0" edition = "2024" [dependencies] socket2 = { version = "0.5.7", features = ["all"] } [lints.clippy] pedantic = "warn" [lints.rust] warnings = "warn"