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

[dependencies]
tokio = { version = "1.22.0", features = ["full"] }
nom = "7"