[package]
name = "ping"
version = "0.4.0"
authors = ["An Long <aisk1988@gmail.com>"]
license = "MIT"
description = "ICMP library"
repository = "https://github.com/aisk/ping"
edition = "2018"
[dependencies]
socket2 = { version = "0.4", features = ["all"] }
thiserror = "1.0"
rand = "0.8"