check-da-helm/Cargo.toml

22 lines
524 B
TOML
Raw Normal View History

2023-01-15 19:39:00 +00:00
[package]
name = "cdh"
authors = ["allanger <allanger@zohomail.com>"]
version = "0.1.9"
2023-01-15 19:39:00 +00:00
description = "Your helm releases are outdated, aren't they? Now you can check"
edition = "2021"
[dependencies]
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
log = "0.4.17"
env_logger = "0.10.0"
version-compare = "0.1.0"
clap = { version = "4.1.1", features = ["derive", "env"] }
serde_yaml = "0.9.16"
2023-08-06 18:51:19 +00:00
tabled = "0.14.0"
2023-01-15 19:39:00 +00:00
handlebars = "4.3.1"
2023-01-16 20:05:07 +00:00
clap_complete = "4.0.6"
[dev-dependencies]
tempfile = "3.4.0"