Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"