[package] name = "healthchecks-monitor" version = "3.0.7" authors = ["Harsh Shandilya "] 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" }