From 2e4925eb3499f445c815341be9ebf6897e7e5850 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 17 Aug 2026 00:03:35 +0200 Subject: Add a license --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') 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 "] +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"] } -- cgit v1.3-2-g11bf