From 859d52b9135621433ea9dbadaa1f3b838079029a Mon Sep 17 00:00:00 2001 From: etienne-napoleone Date: Wed, 20 Jul 2022 11:55:54 +0200 Subject: [PATCH] chore: add package metadata --- Cargo.toml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5310992..2a87ea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,16 @@ [package] -edition = "2021" name = "ecg" +description = "Heartbeats for cosmos validators" version = "0.1.0" - +edition = "2021" authors = ["Etienne Napoleone "] +license = "GPL-3.0-or-later" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +documentation = "https://github.com/setten-io/ecg/blob/main/README.md" +readme = "README.md" +repository = "https://github.com/setten-io/ecg" +keywords = ["monitoring", "validator", "cosmos", "heartbeat", "uptime"] +categories = ["command-line-utilities"] [dependencies] thiserror = "1.0"