Skip to content

Commit

Permalink
chore: add package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-napoleone committed Jul 20, 2022
1 parent 99a6fb1 commit 859d52b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
[package]
edition = "2021"
name = "ecg"
description = "Heartbeats for cosmos validators"
version = "0.1.0"

edition = "2021"
authors = ["Etienne Napoleone <[email protected]>"]
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"
Expand Down

0 comments on commit 859d52b

Please sign in to comment.