summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b7cc026b40ad3f344460473fdd0ed83ae596922b (plain)
1
2
3
4
5
6
7
[package]
name = "vrrpd"
version = "0.1.0"
edition = "2024"

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