diff --git a/Cargo.toml b/Cargo.toml index 536693b..fb07c27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "peshming" version = "0.4.0" +license = "AGPL-3.0-only" authors = ["Jan Christian Grünhage "] +repository = "https://git.jcg.re/jcgruenhage/peshming" +keywords = ["ping", "icmp", "prometheus"] edition = "2018" description = "Pings configured hosts in a configurable intervals and exposes metrics for prometheus."