aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorache <ache@ache.one>2026-08-17 00:03:35 +0200
committerache <ache@ache.one>2026-08-17 00:03:35 +0200
commit2e4925eb3499f445c815341be9ebf6897e7e5850 (patch)
tree32bcc943fcc8f8719ff1a9f50c80df79ec8c22f6 /Cargo.toml
parentImprove the README A LOT! (diff)
Add a license
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 62d130e..107a9f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }