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

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