healthchecks-rs/hcctl/Cargo.toml
Harsh Shandilya 1d28c9322d
hcctl: fix cargo configuration for publish
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-11-21 11:36:34 +05:30

21 lines
659 B
TOML

[package]
name = "hcctl"
version = "0.1.0"
authors = ["Harsh Shandilya <me@msfjarvis.dev", "Iain Earl <iain@itmecho.com>"]
edition = "2018"
description = "Interact with the healthchecks.io management API"
repository = "https://github.com/msfjarvis/healthchecks-rs"
homepage = "https://github.com/msfjarvis/healthchecks-rs"
license = "MIT/Apache-2.0"
keywords = ["healthchecks"]
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.34"
chrono = "0.4.19"
clap = "3.0.0-beta.2"
healthchecks = { path = "../healthchecks", version = "^2.0.0"}
prettytable-rs = "0.8.0"