aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"] }