[package] name = "rusty-ping" version = "0.1.0" edition = "2024" authors = ["Hédy Ache "] license = "CECILL-2.1" keywords=["ping", "ICMP", "network"] homepage="https://git.ache.one/rusty-ping/about/" description="A pretty ping/ICMP utility" [dependencies] clap = { version = "4.4", features = ["derive"] } ping = "0.9.0" term_size = "0.3.2" tokio = { version = "1", features = ["full"] }