blob: 6ad0fc3da2b9f33ed38087ee297ca3425d29ad59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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"
|