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

[dependencies]
ctrlc = { version = "3.4.7", features = ["termination"] }