pingall 0.5.1

Ping everything you can reach.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "pingall"
version = "0.5.1"
edition = "2024"
description = "Ping everything you can reach."
license = "GPL-3.0-or-later"
repository = "https://github.com/Fierthraix/pingall"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
nix = { version = "0.30", features = ["net"]}
pico-args = "0.5"
tokio = { version = "1", features = ["net", "process", "rt", "sync"] }
tiny-ping = "0.5"