rusty-ping 0.1.0

A pretty ping/ICMP utility
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rusty-ping"
version = "0.1.0"
edition = "2024"
authors = ["Hédy Ache <ache@ache.one>"]
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"] }