healthchecks-rs/monitor/Cargo.toml

24 lines
738 B
TOML

[package]
name = "healthchecks-monitor"
version = "3.0.6"
authors = ["Harsh Shandilya <me@msfjarvis.dev>"]
edition = "2021"
description = "monitor runs a given command and reports its result to https://healthchecks.io"
repository = "https://github.com/msfjarvis/healthchecks-rs"
homepage = "https://github.com/msfjarvis/healthchecks-rs"
license = "MIT/Apache-2.0"
keywords = ["healthchecks"]
readme = "README.md"
include = ["src/**/*", "../LICENSE-*", "README.md"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap.workspace = true
color-eyre.workspace = true
healthchecks.workspace = true
subprocess = "0.2.9"
[badges]
maintenance = { status = "actively-developed" }