diff options
| author | ache <ache@ache.one> | 2026-08-17 00:03:35 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-08-17 00:03:35 +0200 |
| commit | 2e4925eb3499f445c815341be9ebf6897e7e5850 (patch) | |
| tree | 32bcc943fcc8f8719ff1a9f50c80df79ec8c22f6 /Cargo.toml | |
| parent | Improve the README A LOT! (diff) | |
Add a license
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"] } |