healthchecks-rs/hcctl/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
904 B
TOML
Raw Normal View History

[package]
name = "hcctl"
version = "2.0.6"
authors = ["Harsh Shandilya <me@msfjarvis.dev>", "Iain Earl <iain@itmecho.com>"]
2021-10-23 01:00:44 +05:30
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"
2022-01-21 00:38:13 +05:30
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"] }
2023-06-26 00:33:51 +05:30
uuid = { version = "1.3.4", default-features = false, features = ["v1"] }
[dev-dependencies]
time = { version = "0.3.22", features = ["parsing", "macros"] }