diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ 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"] } |