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

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