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

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