healthchecks-rs/hcctl/Cargo.toml

26 lines
904 B
TOML

[package]
name = "hcctl"
version = "2.0.6"
authors = ["Harsh Shandilya <me@msfjarvis.dev>", "Iain Earl <iain@itmecho.com>"]
edition = "2021"
description = "Command-line tool for interacting with a https://healthchecks.io account"
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
comfy-table = "7.0.1"
healthchecks.workspace = true
time = { version = "0.3.22", features = ["parsing"] }
uuid = { version = "1.3.4", default-features = false, features = ["v1"] }
[dev-dependencies]
time = { version = "0.3.22", features = ["parsing", "macros"] }