[package]
edition = "2024"
name = "hcp"
version = "0.3.0"
authors = ["Andrew Burkett <burkett.andrew@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility for running and subprocess and pinging healthchecks.io with result"
homepage = "https://github.com/drewkett/hcp"
documentation = "https://github.com/drewkett/hcp"
readme = "README.md"
license = "MIT"
repository = "https://github.com/drewkett/hcp"
[[bin]]
name = "hcp"
path = "src/main.rs"
[dependencies.bstr]
version = "1"
[dependencies.ureq]
version = "3"